Mikolaj

Results 27 issues of Mikolaj

In the end I am using the following construct for dispatching sublexer. ``` fn sublexer, Subtok>(skip: usize, lex: &mut Lexer) -> Vec where Subtok: Logos + PartialEq + Clone +...

handbook

I am unable to get mathjax output in IJulia cells for SymEngine.js expressions. For some reason it works in Reduce.jl. Is there some option to enable it, or it needs...

This PR adds meson.build support for the most common target Linux-x86-64 If there is enough interest, I can provide support for other targets as well, but inclusion of at least...

I had this code: ``` Animation.interrupt [ Animation.loop [ Animation.to [ Animation.rotate (Animation.turn 1) ] , Animation.set [ Animation.rotate

This pull request is my preliminary implementation of linux timer and message queue handling. We use timerfd facility Linux kindly provides us with: (http://man7.org/linux/man-pages/man2/timerfd_create.2.html). Please comment on what you would...

`+crip` omits `\00` bytes when converting from a tape to atom. ``` > (crip "tall\00tree\00") 'talltree' ``` One can still construct a cord like that manually ``` > 'tall\00tree\00' 'tall\00tree'...

bug

During the work on the _tune slaw/scot jets_ grant, I have found several issues in the Hoon parsers for %da, %if as well a strange behaviour of the hexadecimal number...

The issue is described here: https://github.com/urbit/urbit/issues/6817. This PR is a straightforward solution to allow `+crip` to correctly handle (non-trailing) `\00` bytes in tapes.

**Describe the bug** I followed the guide and installed latest version of bridge, running it locally. However, it does not work in firefox due to failed external requests. ``` Cross-Origin...

Hi, First of all, thanks for this amazing library! I have a minor nitpick. Is there any specific reason for making addressing of grid cells, namely the 'start' field, column-major...