John Winston
John Winston
A feature I found very useful but missing in hoarder right now is Epub generation from multiple bookmarks, this will allow a seamless reading experience offline, and we can create...
Not really a issue, but really appreciate your work. I am being curious, why makes you build a new parser combinator instead of using some existing solution like `nom`?
I tried to use your library like this: ``` pub fn wordshk() -> () { static DATA_FILE: &'static str = include_str!("../data/words.hk/all.csv"); let dict = parse_dict(DATA_FILE.as_bytes()); println!("{:?}", dict); } ``` And...
**Is your feature request related to a problem? Please describe.** At the moment there is no unprotected healthcheck endpoint provided by Browserless. Even though a healthcheck mechanism is [provided by...
I have a flake like this, where there is a simple npm project(it is sveltekit, but doesn't matter I guess) in the root directory ```nix { description = "closesource repo...
 Snyk has created this PR to upgrade multiple dependencies. 👯♂ The following dependencies are linked and will therefore be updated together. :information_source: Keep your dependencies up-to-date. This makes it...
**Is your feature request related to a problem? Please describe.** From the source, I notice that the Deployment generated from Wireguard CRD has hardcoded 1 as the value for `spec.replicas`...
I found out that there is a powerful `-D` flag for `tree-sitter test` that can help with debugging, yet it has a lot of jargon on the output, and I...