Pierre
Pierre
Hi there, There haven't been any changes to the base library recently. [Here](https://github.com/google/butteraugli/compare/88897aba...master)'s a list of all the changes from your parity branch until now. Do you still plan to...
On Apple Silicon, I'd like to be able to set the maximum count of worker threads to the number of performance cores, rather than all. Nim's built-in CPU count proc...
Paragraph rules (no new paragraph until repeated horizontal or vertical whitespace) are not processed correctly in lists. An example: ```nim import markdown let md = """ Normal paragraph * bullet...
macOS 14 deprecated `CGWindowListCreateImage` in favor of ScreenCaptureKit: ```text [ 27%] Building CXX object src_cpp/CMakeFiles/screen_capture_lite_shared.dir/ios/CGFrameProcessor.cpp.o /Users/turbo/dev/screen_capture_lite/src_cpp/ios/CGFrameProcessor.cpp:21:25: warning: 'CGWindowListCreateImage' is deprecated: first deprecated in macOS 14.0 - This API is deprecated....
This is a feature request to extend the OSApp API to allow external message pumping. The goal is to allow NApp to be integrated into programs that already have their...
Using macOS Sonoma (Apple Silicon), in none of the demos that have a horizontally scrolling container (e.g. the table demo in GuiHello) work with touchpad scrolling. I can scroll vertically,...
Hi, Is this ever going to be released? Cheers.
Please [add a CSON which defines the language and file recognition](https://flight-manual.atom.io/hacking-atom/sections/creating-a-grammar/#the-package), so that this grammar can be used in Atom.
Hi, first of all, thanks for this lib! I'm using LuaJIT 2 exclusively and would like to know what the main features are that this lib uses which are exclusive...
I've been writing a project in Lua/OR and so far relied on a custom regex implementation in Lua-Land because I need access to the AST of parsed expressions. That's not...