Ahmad M. Zawawi
Ahmad M. Zawawi
@gdpelican Thanks for your awesome Discourse plugin. How can I help with adding the ability to preview uploaded images in Discourse? Some pointers can help if possible. Thanks.
Same behavior is found on golang 1.9, 1.10 and 1.11 on macOS Mojave v10.14.6. It may be related to https://github.com/paypal/gatt/issues/64. ```text $ go/bin/find3-cli-scanner --bluetooth -d DEVICE -f FAMILY panic: runtime...
Without running the internal HTTP::Easy example, i cannot depend on HTTP::Client. Could you explain what the issue you are having with rakudo perl6? I want to use HTTP::Client for https://github.com/azawawi/farabi6/...
I was migrating from HTTP::Easy to your module when i found out that psgi.input is not supported. Is there any planned support for that?
I bet this [line](https://github.com/ca0abinary/docker-pentaho/blob/master/config/jdbc.properties#L26) is part of the Hibernate/Quartz connection problem. `localhost` is on 127.x.x.x range on your machine but in a docker environment it is actually another IP address...
While investigating other problems, I found the following empty folder `hsqldb,` that is owned by `root:root`. I added some newlines for readability. Any ideas? ``` $ sudo docker exec -it...
Found this warning while running docker image ``` OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 ```
As [Atom 1.32](http://blog.atom.io/2018/10/23/atom-1-32.html) has been released today with the [tree-sitter parsing system](http://tree-sitter.github.io/tree-sitter/), we may need to start thinking of moving to the new incremental parsing library to speed up our...
The idea here is to provide a simpler & fun OO-based API while providing backward-compatibility. Study the following API first: - Python: - [Python's Blessing](https://pypi.python.org/pypi/blessings) - [Python's curses](https://docs.python.org/3/library/curses.html) - [Ruby's...
- ALL for everything - Constants under `:constants` - Output functions `:output` etc...