-
## Context
We now have modules with a lot of duplicate code and only differ in core functionality.
An example is our `vault` and `jfrog` modules. We have three vault modules that install the CLI and…
-
For example, if we have a struct like following.
```go
type Ptr struct {
*embedded
}
type embedded struct {
EmbeddedTime *time.Time
}
```
For embedded struct pointer, the generated code…
-
I have the following schema
```ts
let testObj = {
flag: true,
};
let testSchema = Joi.object({
flag: Joi.boolean(),
obj: {
value: Joi.when('flag', {
is: Joi.boolean().valid(…
-
![Screenshot 2024-11-15 173825.png](https://raw.githubusercontent.com/nus-cs2113-AY2425S1/pe/master/files/80af1e62-2fe6-4d67-824e-d56cf9d085b0.png)
The are 3 alt frames nested within each other which…
-
**Describe the bug**
If there is a `ol` nested in a `ul`'s `li`, the first marker is incorrectly swapped.
**Repro**
```html
Text1
Text2
Text3
…
-
I'm using a conditional based upon the existence of a segment. I'd expect (and believe this is how it used to work) that whatever is in a condition that isn't true, wouldn't be parsing. But it does.
…
-
I get a segfault on nightly for the [SymbolicGA.jl](https://github.com/serenity4/SymbolicGA.jl) package:
```julia
(@v1.12) pkg> activate --temp
Activating new project at `/tmp/jl_Q2CEQp`
(jl_Q2CEQp…
-
### Problem
nesting folders in a test/tags causes a panic that language not found for a path
### Steps to reproduce
1. clone kylegoetz/tree-sitter-unison
2. create a test/tags/foo
3. run tree-sit…
-
### Use Case
All the generators at the moment build flat structures /events, /services, /domains etc... it would be nice to build them into nested structures https://www.eventcatalog.dev/docs/develop…
-
Hi,
I've encountered an unusual behavior with code generation and wanted to share my findings. While I'm not entirely sure of the root cause, I was able to consistently reproduce the issue.
In s…