Skip to content

issues Search Results · repo:mahmoud/glom language:Python

Filter by

176 results
 (62 ms)

176 results

inmahmoud/glom (press backspace or delete to remove)

Hi, glom maintainers! I have found a potential security issue in glom. Could you please set up a security policy for this repository to support responsible vulnerability reporting? Instructions can be ...
  • jackfromeast
  • 2
  • Opened 
    on Nov 26, 2024
  • #288

please help me datax = { cid : 6.10 , # 外层字段 part1 : { name : Alice , age : 30 }, part2 : { name : Alice2 , age : 302 }, part3 : { name : Alice3 , age : 303 } } , and i want the data to be like this - ...
  • wangjingyu001
  • 1
  • Opened 
    on Nov 8, 2024
  • #287

My team has pinned the newest current version glom==23.5.0 and its transitive dep face==20.1.1 (the version just before current newest version face==22.0.0). glom has required face 22.0.0 since glom==23.1.0 ...
  • mosbasik
  • 2
  • Opened 
    on Sep 25, 2024
  • #284

Hi! Seems that #256 may be affecting again the releases at https://github.com/mahmoud/glom/tags Thanks again for this great package
  • maovidal
  • Opened 
    on Jan 29, 2024
  • #282

Hi, I m struggling to do what seems to be a simple thing when reformatting data, basically store the grandparent dict key when iterating. A simple example: from glom import * data = { a : { b : { c : ...
  • therve
  • 3
  • Opened 
    on Nov 20, 2023
  • #276

Chatting with @hynek tonight, seems like there s a market for a Delete/delete flag to remove the value at a path if it s empty, and its parent if it s empty, and so on. Kind of like rm -r (or rmdir, in ...
  • mahmoud
  • 6
  • Opened 
    on Nov 6, 2023
  • #273

I m ingesting data from an API that I want to enumerate, and assign that enumeration to an ID field. You can imagine that the data is sometimes in the order I want, and sometimes I am required to order ...
  • boonhapus
  • 2
  • Opened 
    on Oct 29, 2023
  • #272

glom/glom/test/test_cli.py at master · mahmoud/glom def test_cli_blank(cc): res = cc.run([ glom ]) res.stdout == {} res.stdout == {} should probably be assert res.stdout == {}
  • Sjord
  • Opened 
    on Oct 17, 2023
  • #270

glom/glom/test/test_mutation.py at master · mahmoud/glom def test_s_assign(): check that assign works when storing things into S glom({}, (Assign(S[ foo ], bar ), S[ foo ])) == ...
  • Sjord
  • 1
  • Opened 
    on Oct 17, 2023
  • #269

I ve tried many forms of spec, but I haven t been able, just by reading the documentation of Switch, to replicate the following logic with it: def spec(target): if target.get( condition , False): ...
  • antoine-gallix
  • 2
  • Opened 
    on Sep 19, 2023
  • #268
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub