-
When you want to create a survey with the forms app, there is one little thing that makes it not that obvious for users: how to set your name?
At the moment, you have to check the different options…
-
For use cases with anonymous tracking activated the assertions fail because of the check for cookie ids:
```
OR domain_userid IS NULL
OR domain_sessionid IS NULL
OR domain_sessionidx IS NU…
-
While investigating in #2050, I discovered that if I wrote `(field $data (array u8))` inside a witx `struct` then I would receive the following error:
```
2 │ error: proc macro panicke…
-
I've been testing this at the demo on Leaflet.DistortableImage, and have been getting some errors when on Chrome Android. One I had trouble capturing, another opened but the jpg link opened this:
h…
-
**Expected behavior**
Unnamed structs inside of a parent struct should have all their members become members of the parent.
**Actual Behavior**
The structs are added to the tag_scope, but the par…
-
```
Is it possible to connect to a XMPP server using SASL Anonymous?
I don't see any options to do so.
```
Original issue reported on code.google.com by `alex.kam...@gmail.com` on 2 Oct 2010 at 10:…
-
Hi,
Thanks for your great plug-in!
I want to report a bug: Though I have set permission for anonymous can do nothing, they still can import issues via Importer page - just come to link: http://my_ser…
ghost updated
12 years ago
-
```
Is it possible to connect to a XMPP server using SASL Anonymous?
I don't see any options to do so.
```
Original issue reported on code.google.com by `alex.kam...@gmail.com` on 2 Oct 2010 at 10:…
-
```
Is it possible to connect to a XMPP server using SASL Anonymous?
I don't see any options to do so.
```
Original issue reported on code.google.com by `alex.kam...@gmail.com` on 2 Oct 2010 at 10:…
-
It's possible to improve Lark's speed, for all algorithms, by performing grammar simplification. Specifically, it's possible to merge adjacent anonymous terminals together, to reduce the parser work l…