Blaž Hrastnik
Blaž Hrastnik
Updating sprockets to 3.5 caused us to come across this issue: ``` ActionView::Template::Error (no implicit conversion of Sprockets::Asset into String): 5: font @font_face 6: 7: im = Rails.application.assets.find_asset(Spree::PrintInvoice::Config[:print_invoice_logo_path]) 8: image...
I see that there's a `ranges` parameter that's not exposed on `highlighter.highlight`: https://github.com/tree-sitter/tree-sitter/blob/ff488f89c93aad767b46c4fe08a20e5fd26b54dc/highlight/src/lib.rs#L335 I would also expect to be able to pass the previous tree in for incremental parsing: https://github.com/tree-sitter/tree-sitter/blob/ff488f89c93aad767b46c4fe08a20e5fd26b54dc/highlight/src/lib.rs#L349
### Discussed in https://github.com/helix-editor/helix/discussions/10071 Originally posted by **wyw** March 31, 2024 https://github.com/helix-editor/helix/assets/11427457/011b634b-89bd-4caf-b3bf-7f8b14980406 ### Related issue & PR: - https://github.com/helix-editor/helix/issues/2684 - https://github.com/helix-editor/helix/pull/8591 - [commits/553ffbc](https://github.com/helix-editor/helix/commits/553ffbcaa09847ec606539bddab8af1456450d73/helix-tui/src/backend/crossterm.rs) Resetting the terminal cursor shape after exiting...
My code looks something like this, based on your code in https://github.com/dfrg/piet-gpu-text ```rust // let font = Font::from_file("assets/fonts/Inter Variable/Inter.ttf", 0).unwrap(); let font = Font::from_file("assets/fonts/ttf/FiraCode-Regular.ttf", 0).unwrap(); let font = font.as_ref(); //...
Could be a missing dependency somewhere: ``` Pixel format of the window's GL context: PixelFormat { hardware_accelerated: true, color_bits: 24, alpha_bits: 8, depth_bits: 24, stencil_bits: 8, stereoscopy: false, double_buffer: true,...
Hi, thanks so much for your work the tooling around docker and kubernetes for Elixir! I have a few further questions that I'd like to send you by email if...
Hi! I'm currently working on integrating this with https://github.com/archSeer/enigma/ Tests seem to fail on `debug_assert!(b.tag() == u32::from(tag), "{} == {}", b.tag(), tag);`, because `tag()` returns 15. I added this quickcheck...
The following tests produce this error on my computer. ``` pure virtual method called terminate called without an active exception Aborted (core dumped) ``` ``` ruby test_gl_10_11.rb --name test__selection_buffer ruby...
Still messing around with this, I was never satisfied with how the original was implemented, but I didn't want to introduce another dependency back then. The ideal way probably is...
Here's a list of features necessary for me to switch to this library as a daily driver. - [x] Parse the snippet inside `expand_snippet(snippet)`. The argument should either be a...