zakkor

Results 13 issues of zakkor

With the old API, I can see methods in the pathfs package that make creating a path-based FS very easy - is this possible with the new API? The readme...

Feature

#### Do you want to request a *feature* or report a *bug*? Report a bug, posting another issue because #513 was closed and is not getting attention anymore #### What...

https://github.com/9fans/go/tree/main/cmd/acme Would love to see the improvements brought forward by acme2k potentially ported to the Go version as well!

![image](https://user-images.githubusercontent.com/6191421/77453641-2e0ed200-6e00-11ea-934f-971f2db5b81f.png) (See picture) - As far as I can see there's no way of theming the white background that appears when no file is open?

``` echo 'function x() { 2 + 2 }' | prettier --plugin-search-dir --parser svelte; echo $? ``` We get the formatted output and a 0 (success) exit code, as expected:...

Hi there! First of all, thanks for the awesome color theme! I've been using it for a while, and it's very good - except sometimes I seem to have trouble...

When fine-tuning Mistral 7B in 4-bit quantization (qlora), I'm seeing huge memory usage (160GB VRAM) Parameters used: - `--batch-size 1` - `--lora-layers 16` The dataset is composed of around 1200...

Related PR: #17 There's no option to change the `test` either.

bug

![image](https://user-images.githubusercontent.com/6191421/44922146-75c09b00-ad3c-11e8-8e0e-388516dfda84.png) Browser: Chrome 68.0.3440.106 (Official Build) (64-bit) on win64

bug

Using the provided example noop FS: ``` package main import ( "io" "log" "os" "time" "aqwari.net/net/styx" ) type emptyDir struct{} func (emptyDir) Readdir(n int) ([]os.FileInfo, error) { return nil, io.EOF...