Nate Todd

Results 4 issues of Nate Todd

``` DEPRECATION WARNING on line 1, column 8 of /ember-app/tmp/sass_compiler-input_base_path-xAOqyt5U.tmp/app/styles/app.scss: Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass. Use a custom...

When no html tags are present, the viewport meta tag is never set.  This causes many issues with content sizing and rotation.

Falcon is a new language model that currently tops the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) and outperforms LLaMA in both quality of output and memory usage. It has also been released under...

kind:feature

Currently, generated API modules set headers with the following function: ``` request |> add_param(:headers, :"Foo-Id", foo_id) ``` This works well with the default Tesla adapter, but when changing the adapter...