Prashant Deva
Prashant Deva
I am using the alt typescript definition file and running into issues with the `actions` field of the `AltJS.ActionsClass`. Here is what my code looks like: ``` class AbstractActions implements...
The [golang doc](https://pkg.go.dev/cmd/cgo#hdr-Passing_pointers) says > C code may store Go pointers in C memory, subject to the rule above: it must stop storing the Go pointer when the C function...
Eg- this piece of code from a valid angular template becomes error prone when converted to jade cause `ngModel` is converted to `ngmodel` ``` User info User Email Submit ```
the browser-shims.js file adds functions to some of the core classes of javascript. this make it unaccpetable to use the name parser library in a large project where we dont...
as mentioned in #150 instead of having 1, 26, 51, 75,100 one would like to have grid markers for 1, 25, 50, 75, 100. There should be a way to...
To reproduce: 1. Click 'Browse posts' 2. Select a post 3. Press the browser back button Expected: You should land back to the 'Browse posts' page which was the last...
the ajax screws up the back button #84 and prevents Github gists and other scripts from loading #6. It is not worth it. Please get rid of it.
### Describe the bug I created a HelmRelease `test-flux` with a deployment, service and image all named `test-flux`. I initially gave it correct values in `values.yaml` and it ran successfully....