-
- [ ] `final def transformAt[A Json): Either[String, Json] = ???`
- [ ] `final def delete(cursor: JsonCursor[_, _]): Either[String, Json] = ???`
- [ ] `final def diff(that: Json): JsonDiff = JsonDi…
-
Hey, first of all, thanks for the awesome project. I'm working on a plugin that replace some constants to boolean literal in virtual code. Here is the plugin:
```ts
// tsm.config.ts
import { crea…
-
### Link to the code that reproduces this issue
https://github.com/chester-lang/chester/tree/a01bbf243258ff4a679f7df83ec0b67142de7749/site
### To Reproduce
`npx @next/codemod@canary upgrade rc` on …
-
Because parsing JSON is almost free in any language.
faloi updated
9 years ago
-
### Issue to be solved
Add doc for cadence-parser
### Suggested Solution
_No response_
-
`Literal#value` appears to be the only potentially incompatible property, and even there string/boolean/null are naïvely covered. Regular expressions are not valid JSON, but that's already been dealt …
-
It is often useful to work with an AST rather than a sequence of events. We could implement an optional module that provides AST objects that correspond to the AST defined by the djot spec (https://gi…
-
## What is the underlying problem you're trying to solve?
In our production environment, we have noticed that OPA bundle activation would take up to 20 minutes with only 5 bundles (2 data bundles w…
-
Hello,
How can I use Highcharts.AST.allowedAttributes with /usr/local/bin/highcharts-export-server (v4) please ?
I tryed using --customCode "AST.allowedAttributes.js"
but it does not work.
T…
-
The ResourceInstanceDataType class supports this kind of value for importing from, for example, csv:
```.py
def transform_value_for_tile(self, value, **kwargs):
try:
return j…