wizzwizz4

Results 10 issues of wizzwizz4

I don't know of the boundaries to this, but jQuery 2.11 is _pretty_ old. Can we get a new one? It'll help with development, for those of us who _use_...

bug
enhancement

This is tricky with the current code. If the elements were being created using ordinary DOM commands, it would be simple: var a = thingy can't remember this var img...

enhancement
good first issue

As the site's code isn't a secret, I can't think of any issue with providing tracebacks and such on the site proper. **This does not mean that there isn't an...

enhancement

Python 2.7 [has until the end of the year](https://pythonclock.org/) before it stops receiving updates. In order to achieve Python 3 compatibility, we'll also have to migrate several other technologies. The...

enhancement

When the country mode is enabled, https://duckduckgo.com/?q=nes%20game%20undocumented%201-byte%202-byte%20nop fails to create an IA onebox for certain countries (e.g. Australia) but works for others (e.g. Germany) or when it is turned off....

Topic: User Feedback

Using the `as` keyword is considered harmful; it silently panics when value are out of range, and it's not explicit about it. Consider replacing: ```rust fn main() { let my_number...

The patch described in #5 works on my machine.

`solder::zend::php_echo` is implemented as: php_printf(c_message.as_bytes_with_nul().as_ptr() as *const i8); but it should be something like: php_printf(c_str!("%s"), c_message.as_bytes_with_nul().as_ptr() as *const i8); (Please check that this works before using it; it's untested unsafe...

Several APIs inside solder should be marked unsafe, but aren't. From the Nomicon: > The `unsafe` keyword has two uses: to declare the existence of contracts the compiler can't check,...

Stack Overflow is the biggest site on the SE network, but the other sites have their fair share of plagiarism. Adding these should approximately double the load on the bot,...

enhancement