Andrew Phillips
Andrew Phillips
- `-I` was using `$opt` instead of `$1` after a shift. - `--issue-lip-wait` was missing `=*` from case statement.
It seems to me that having `:indicator-indent` set to the same value as `:indent` would generate just as valid YAML as not. For that matter, I think it would be...
Hi, Would it be reasonable to allow setting `internalTrafficPolicy` for the services from values? i.e. ```yaml registry: internalTrafficPolicy: Local ``` And that winds up in the service: ```yaml apiVersion: v1...
Hi, This here string doesn't parse correctly, affecting everything that follows: ```bash cat /dev/fd/10 10
This is the result of trying to insert [[6 6]] into a column of INTEGER[][]. ``` java.lang.Thread.run Thread.java: 745 io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run DefaultThreadFactory.java: 137 io.netty.util.concurrent.SingleThreadEventExecutor$2.run SingleThreadEventExecutor.java: 112 io.netty.channel.nio.NioEventLoop.run NioEventLoop.java: 371 io.netty.channel.nio.NioEventLoop.processSelectedKeys NioEventLoop.java:...
This solves this problem: ``` SHADOW import error /home/asp/projects/xxx/.shadow-cljs/builds/server/dev/out/cljs-runtime/taoensso.sente.js /home/asp/projects/xxx/target/private/js/server.js:64 /* ignore this, look at stacktrace */ fn.call(global, require, module, __filename, __dirname); ^ TypeError: goog.global.addEventListener is not a function at...
Add `--base2` option to ps to show model sizes in KiB/MiB/GiB. It also shows a decimal place, but I consider this a feature. ``` industrial:~/projects/ollama-src$ ollama ps NAME ID SIZE...