-
```
What steps will reproduce the problem?
1. Pass a XML string to x2js.xml_str2json()
2.
3.
What is the expected output?
I expect a JSON object representation of the XML
What do you see instead? Re…
-
```
What steps will reproduce the problem?
1. Pass a XML string to x2js.xml_str2json()
2.
3.
What is the expected output?
I expect a JSON object representation of the XML
What do you see instead? Re…
-
I have an issue where I'm unable to publish events. Unfortunately I can't identify any more related circumstances than that. It has occurred some times, but in most cases it works as expected.
In …
-
### Checklist
- [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one.
- [X] This issue only relate…
-
### What version of CUE are you using (`cue version`)?
The one in the playground.
### What did you do?
```cue
a: {
r: b.z
}
b: {
for f in a.u {z: 0}
}
```
### What did you expec…
-
### Description
I was testing a project using `Marshal.GetFunctionPointerForDelegate` in both Debug and Release mode. The code fragment causing problem is:
```
// public delegate…
-
Hello,
is it possible to do dynamic inserts with Bun? Unfortunately I can't find anything in the documentation.
I imagine the following, which I know from other JS frameworks:
1. given is the tab…
-
Sometimes unbalanced parens cause the "lein-cljsbuild auto" process to crash with an NPE, and I have to restart the process.
``` clojure
(on $body :click :#a nil
(fn [e]
(log "test";;)
…
-
Thank you very much for this great library!
Right now i have only one issue. When i open and close extension, memory consumption only increase (double every time). After some reopens it crashes, be…
-
Example
```
(ql:quickload '(:weblocks :weblocks-ui :weblocks-navigation-widget))
(defpackage todo
(:use #:cl
#:weblocks-ui/form
#:weblocks/html)
(:import-from #:weblocks/w…