BenjaBobs
BenjaBobs
So I recently ran into this: https://github.com/Elfocrash/Cosmonaut/blob/4ecd03a529bc251b8def82726acf4e3360119b89/src/Cosmonaut/Extensions/TaskExtensions.cs#L22 I *think* it was from doing too many tasks in one go, but there's really no way to be sure without logging the...
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? Currently you can only specify...
Hi! In my current setup I'm using the following versions ```json "scripts": { "test": "vite-jest", }, "devDependencies": { "jest": "^27.4.3", "jest-environment-jsdom": "^27.4.3", "vite": "^2.7.1", "vite-jest": "^0.1.4" } ``` My test...
# Proposal I would like to be able to specify a custom function for cache comparison on an `atom`/`selector` so I can tweak the behaviour. Let's say we have a...
# Proposal I would like to be able to set the cached value of a `selector` so that I can setup unit testing scenarios for selectors that depend upon other...
Hi, great work here! Are you going to keep this up to date with Roslyn? I see that as of writing this there are already >3k new commits to Roslyn's...
Are there any plans to add gremlin/graph api support to this emulator?
[Mermaid](https://github.com/knsv/mermaid) is a text-to-diagram library that is very useful for writing up flow charts or class diagrams or what not. Markdown-it has some plugins that add support for the mermaid...
Hi @evo-terren I'm currently working on a way to deserialize trees (much like `Vertex.ToObject()`) since I need it for my project, but it has turned out to be quite complex....
Just stumbled upon https://github.com/ExRam/ExRam.Gremlinq which appears to be quite advanced as well. I haven't looked much into it yet, but there may be some use in looking into their implementation.