David Delassus
David Delassus
The `SoftSandbox` preset does not allow `require`, `load`, `loadfile`, and `dofile` functions to be used.
Suppose I have a custom resource like this: ```yaml --- apiVersion: example.com/v1 kind: Example metadata: # ... spec: foo: "bar" ``` When calling the following method: ```javascript client.apis['example.com'].v1.namespace('default').examples('name').patch({ body: [...
(Very) similar to this feature: https://tatsu.readthedocs.io/en/stable/syntax.html#id20 Here is a concrete example of how it would be useful (pseudo code): ```rust Assignment = { ":=" ";" => CodeGen::statement_assign(locs, vals), } WriteLocation...
Hello, First of all, thanks for the awesome library, I've started to use it to implement my own programming language [Letlang](https://letlang.dev). I've been using [Logos](https://docs.rs/logos/latest/logos/) to implement a custom Lexer,...
When inside a `precedence!{}` block, if you define a rule like this: ```rust l:position!() lhs:(@) "+" rhs:@ r:position!() { /* ... */ } ``` Instead of: ```rust lhs:(@) "+" rhs:@...
When rebuilding the MongoDB URL, do not forget to add `,` between the hosts.
This is about **Bulma**. ### Overview of the problem This is about the Bulma **CSS framework** I'm using Bulma **version** [0.9.4] My **browser** is: Google Chrome ### Description I'm discovering...
| Python Version | OpenAPI Client Generator Version | | --- | --- | | 3.11.6 | 0.18.0 | ## Actual Behavior When an endpoint only has one body type,...
| Python Version | OpenAPI Client Generator Version | | --- | --- | | 3.11.6 | 0.18.0 | ## Actual Behavior When an endpoint has multiple body types, each...
PML5 is an Intel extension to increase addressable space from 256TB to 128PB (see [wikipedia](https://en.wikipedia.org/wiki/Intel_5-level_paging)). I admit it is a niche use case 🙂 But I was still wondering if...