Juhan Oskar Hennoste

Results 112 issues of Juhan Oskar Hennoste

Currently inputting a syntactically invalid CSS selector shows a specificity of 0 with no error (except in the devtools console), which might create confusion, if you don't realize it is...

I see there is an official Rust client for accessing BonsaiDB remotely. Are there any plans for clients in other programming languages?

help wanted
networking

I tried opening https://pldb.com/ and got ERR_CONNECTION_TIMED_OUT. Is this a known problem?

The grammar editor currently seems to use a variable-spaced sans-serif font (on my computer it is Arial). This is bad for legibility (notice in the screenshot how single and double...

Maybe I've missed something obvious, but I can't seem to find API documentation for the EstNLTK Python libraries. The documentation section of this repo lists tutorials, but I'm not looking...

**Is your feature request related to a problem? Please describe.** I want to customize the file extensions that trigger an analysis registered under the `"c"` language. **Describe the solution you'd...

This pull request closes #88. To support adding your own mappings between languages and file extensions two main changes were made; 1. `DefaultLanguageExtensionHandler` was replaced with `ConfigurableLanguageExtensionHandler` which allows you...

The IEEE80211 packet decoder has some support for Action frames, but in many cases it throws an UnpackError and refuses to parse the entire packet if it finds an Action...

One fairly common usecase that doesn't seem to be covered by crates on blessed.rs is encoding text and binary data. In particular I think there are two main cases: *...

Currently it seems the flamegraph only shows total duration of methods in ms. It would be much easier to compare durations if it also showed duration as percentage of the...