liamwhite
liamwhite
Needed to avoid a compilation failure with 1.15 ``` ** (UndefinedFunctionError) function :neotoma.file/2 is undefined (module :neotoma is not available) (neotoma 1.7.3) :neotoma.file(~c"/tmp/slime/src/slime_parser.peg", [transform_module: :slime_parser_transform]) tasks/compile.peg.exs:37: Mix.Tasks.Compile.Peg.compile_grammar/2 (mix 1.15.4) lib/mix/task.ex:447:...
There was one more I wasn't able to fix: ``` Compiling 73 files (.ex) warning: this check/guard will always yield the same result lib/my_app/images/image.ex:1 ``` I'm not sure which module...
This adds a new HTMLParser module with moduledoc false to 1. Split the concerns of tokenizing and parsing HEEx templates from formatting the resulting document 2. Allow power users like...
**Describe the replay bug:** When attempting to play back any capture of an application that uses Wayland WSI on GNOME 44 using Wayland, I get this console output every time:...
Currently when I make a request through Req, I have a setup where I parse the URL scheme in order to determine whether I need to apply a sha1withrsa override...
When communicating with storage backends over a local socket (using sendfile, responses are not limited to small chunks), hackney does not reliably handle responses above about 64MiB - see https://github.com/benoitc/hackney/issues/729...
GitHub supports a "difference mode" in its Markdown support. This can be demonstrated e.g. on this repository [here](https://github.com/kivikakk/comrak/commit/a1836e6eab3faa673abd854a08204588b51978a7?short_path=b335630#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5) by selecting the "Rich diff": |Capture| |-| || The difference algorithm seems...
This requires https://github.com/phoenixframework/phoenix/pull/5897 to work. When combined with that PR, it allows the frontend to get properly bottlenecked on the server response speed when uploading large files with `live_file_upload` and...
### Environment * Elixir version (elixir -v): 1.15.7 * Phoenix version (mix deps): 1.7.14 * Phoenix LiveView version (mix deps): 1.0.0-rc.6 ### Enhancement `allow_upload/3` currently only allows positive integer input...
### Name and Version ``` $ bin/llama-mtmd-cli --version version: 5343 (62d4250e) built with cc (GCC) 15.1.1 20250425 (Red Hat 15.1.1-1) for x86_64-redhat-linux ``` ### Operating systems Linux ### GGML backends...