Stephen Chung
Stephen Chung
Hi, I see your comment on "Rhai currently does not have any utilities existing for generating documentation (for the rust provided API), once something comes out we'll include it." May...
I wonder if this has been fixed? I cannot seem to be able to make an ARMv5TE build OpenSSL without tripping on this error... Apparently `__sync_sub_and_fetch_4` _is_ already supplied by...
Bytecodes
I was bored yesterday so toyed around implementing a bytecodes compiler for Rhai. This is a second attempt taking experience from @gmorenz's PR https://github.com/jonathandturner/rhai/pull/147 Those interested can surf to this...
`package.json` need to bump `typescript` to `^3.1.0`, otherwise the project won't upgrade.
There seems to be a breaking change in how `send` is implemented. It now returns an cold `Observable`, created using `Observable.create` which requires a `subscribe` in order to fire. I...
https://github.com/paviliondev/discourse-topic-previews/blob/master/lib/topic_list_previews_helper.rb#L14
Thanks for this very convenient tool! Will you add a feature to _uncompress_?
Is there a way to set the Logger level? Or to change the default logger? When running a .NET Core program on Linux with the terminal detached (via `disown`), sometimes...
If I have an API of the form `MyType::my_special_func` in a book, searching for `my_special_func` does not return any matches. I must search for `MyType::my_special_func` instead. It seems like `::`...
I have encountered a problem. If items are nested under a draft chapter, the children items are not passed on the preprocessors. ```markdown - [This is a Draft]() - [Child...