Skip to content

issues Search Results · repo:circe/circe-optics language:Scala

Filter by

8 results
 (58 ms)

8 results

incirce/circe-optics (press backspace or delete to remove)

This project has been unmaintained for a long time, especially since one of the crucial dependencies Monocle has been outdated, and its API changes rapidly in the new versions. If needed, I m willing to ...
  • GreyPlane
  • 5
  • Opened 
    on Feb 7, 2023
  • #302

Would be nice to match the main circe project with Scala3 support in the optics.
  • arixmkii
  • 2
  • Opened 
    on Oct 28, 2021
  • #230

Problem Consider a JSON: { foo : { bar : { goo : { car : { /* some complex structure inside */ }}}}} We need to parse and decode the car object into some model: class Car( /* some accordingly complex ...
  • satorg
  • 1
  • Opened 
    on Oct 8, 2021
  • #227

problem: for given JSON { foo : { baz : 1 } } and two cursor json.hcursor.downField( foo ).downField( bar ).as[Option[String]] root.foo.bar.as[Option[String]].getOption(json) first one got Right(None) ...
  • GreyPlane
  • 2
  • Opened 
    on Jul 5, 2021
  • #207

The problem: Given the following json: { data:0 : [0, 122, [0, [111]]] } I wanna get a number 111 which in scala code looks like this val lens = root.selectDynamic( data:0 )(2)(1)(0).int It would ...
  • VladPodilnyk
  • 8
  • Opened 
    on Jan 26, 2021
  • #160

I see that Circe was updated to 0.12.0-M4 recently, but don t see a corresponding release for optics on that version: https://mvnrepository.com/artifact/io.circe/circe-optics Am I missing something?
  • chrisbenincasa
  • 1
  • Opened 
    on Aug 28, 2019
  • #39

Although the main Circe project has (RC) releases for Scala 2.13.0, circe-optics doesn t. Would be nice to have one to try things out and migrate.
  • koterpillar
  • 1
  • Opened 
    on Aug 6, 2019
  • #29

I currently have the following in my Gradle build file: circeVersion = 0.11.1 // ... compile io.circe:circe-core_%%:${circeVersion} compile io.circe:circe-generic_%%:${circeVersion} compile io.circe:circe-parser_%%:${circeVersion} ...
  • koterpillar
  • 1
  • Opened 
    on Jun 24, 2019
  • #24
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! 
Restrict your search to the title by using the in:title qualifier.
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub