Russell Sim
Russell Sim
I think using LD_LIBRARY_PATH works to override the path for some Lisps, and there is also `cffi:*foreign-library-directories* ` https://cffi.common-lisp.dev/manual/html_node/_002aforeign_002dlibrary_002ddirectories_002a.html , i can provide a way to expose the path to...
@grosser i think we could actually trim this down a bit and only use the https://github.com/gjtorikian/commonmarker instead of the github wrapper, they turn on some options but we could do...
i am having the same issue, i captured this stacktrace with logcat on version 0.8.0 ``` 08-19 08:27:13.274 27325 31210 E flutter : [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'Null' is not...
if working with bundler, you can run ``` bundle config --global build.sassc --disable-march-tune-native ```
With 3.0.1 and 2.3.2 I notice that when trying to follow one of the examples above if I try test with ``` stub_request(:post, 'http://mockserver.com/api/v2/') .with(body: %r[.*], headers: default_headers('Authorization' => 'Basic...
Can the title of this issue be updated? my experience is that the entire game-play is ruined, it's not just the menu. Yep you can work around it with `triple_monitor_mode...
OK, i have hacked around this issue by creating my own modes for the time being ``` ;; define minor mode (define-minor-mode rs-edit-mode "Minor mode to consolidate Emacs Rs-Edit extensions....
I built it on an M1, i can't remember the command, i followed the readme but if you are on a different computer, something like this should work to cross...
Thanks for this, I'll have a look at fixing these issues shortly.
This change is impressive, i didn't know that sphinx even supported custom HTML translators. I just had a quick look and it's much better than using javascript to modify the...