Manu Evans

Results 84 issues of Manu Evans

Hi, with apparently imminent inclusion in linux, I'm considering migrating a ZFS array to bcachefs. As if often the case, the motivator is the need to expand my array. There...

bug
enhancement

With bcachefs looking like it may finally land in the kernel soon, and my need to build a new storage pool, I'm keen to lean in on bcachefs for the...

enhancement

C/C++ plugin integrates native debugging. I'm working on a mixed C++ and D project, but the IDE won't let me place breakpoints in `.d` files. I can step into those...

debugger
Feature Request

I noticed some versions of GDC don't inline properly, and DMD doesn't do anything. Can we please confirm that inline in LDC works, then close this issue? A very simple...

I did some crude tests, but noticed a few high level things that seem like bugs. Using a source tree as a test subject; 310mb tree, many text files, compressible...

As with most other projects github releases, it's nice to paste the changelog text in the release info, just before the download link text? Can't easily see what's new: ![image](https://user-images.githubusercontent.com/1146706/200722900-6d27dd17-bb20-47ef-97e4-741b87045414.png)

I've started writing some code, fresh VS install, latest version. I'm noticing heaps of regressions in general. Stability is just not where it used to be. Here's one for now:...

From one of my travis-ci builds ``` Creating GNU Makefile... dist/bin/premake5: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.16' not found (required by dist/bin/premake5) ``` The premake binary expects to dynamic link to whatever version...

enhancement

We need to think of strategies to make premake work nice with various source control systems. The classic problem with premake is that the user does a pull and forgets...

enhancement
help wanted
question

I want to detect/determine what software and version devices are running where possible. There's quite a lot of device info/config that the device can report already; ie, MAC, IP, SSID,...

solved