-
```
For background see this thread
https://groups.google.com/forum/?fromgroups#!topic/oidf-account-chooser-list/oKD
YRnnVb0g
```
Original issue reported on code.google.com by `esa...@google.com` on…
-
### Description
We have made a lot of changes to Weather Story upload content types that should be copied over to PDF uploads as well.
- [ ] Optional attributes
- `StartTime` (Unix epoch tim…
-
I'm getting the following error when I install and run on Kali linux.
`
# python3 sccmhunter.py -h
/root/sccmhunter/lib/attacks/http.py:87: SyntaxWarning: invalid escape sequence '\['
result …
-
Running the tests yields a warning from `lxml` about the `strip_cdata` parameter. I am not aware that I am using it anywhere, thus it should be debugged where it is coming from to get rid of the warni…
-
### Description 📖
The script module appended by the `vite_react_refresh_tag` does not consider the base setting in the react preamble code.
### Reproduction 🐞
1. Start with the rails example …
-
Example:
``` html
int main(void)
{
printf("hello, world\n");
return 0;
}
]]>
```
Output:
``` html
int main(void)
{
printf("hello, world\n");
return 0;
}
]]>…
-
at the moment _G.type will return cdata on numbers and so the ffi.string code in msgpack.lua will error with `bad argument #1 to 'string' (cannot convert '*number type*' to 'const void *')`
-
```
Write converter that handles CDATA. Output should be byte[] or char[].
```
Original issue reported on code.google.com by `peter.kn...@gmail.com` on 13 Dec 2009 at 10:02
-
Dear developers,
I have to use mixed CDATA contents. It means that the node can have CDATA or text or both mixed.
I am not able to change the XSD Schema for a new simply type. For a fast solution …
-
Using html in CDATA will break build, because of not consistent parsing.
# actual
* `< produce <`
* `> stays >`
# Expected
* `< produce <`
* `> produce >`
# env
Just tried the lat…
ghost updated
2 years ago