Dunya Kirkali
Dunya Kirkali
The current structure (a single `en.json` file) makes it difficult to contribute to this repository. When there is more than 1 PR pending, once the first one gets merged it...
Add BQN
## Language name BQN ## URL of example repository https://github.com/dunyakirkali/aoc.bqn ## URL of syntax highlighting grammar https://github.com/razetime/bqn-vscode/blob/master/syntaxes/bqn.tmLanguage.json ## Most popular extensions `.bqn` ## Detected language Not being detected at all...
I'm trying to decode a json object which has a root object. So basically my json looks like this: ```json "Id": { "id": 1561 } ``` And when I parse...
Does it make sense to allow pathfinding in a lazy way? Where the nodes and the edges can be added whilst traversing. Or is this a silly idea?
It would be awesome to be able to get the list of schedules as a data source https://docs.opsgenie.com/docs/schedule-api
It would be awesome to be able to get the current on-call engineers for a given schedule https://docs.opsgenie.com/docs/who-is-on-call-api
Should fix https://github.com/bitwalker/libgraph/issues/73
This PR introduces a new `Graph.Common` module and a `Graph.Undirected` module, where the former is meant to be a proxy between the `Graph.Undirected` and the `Graph.Directed` modules.