detox icon indicating copy to clipboard operation
detox copied to clipboard

Tames problematic filenames

Results 44 detox issues
Sort by recently updated
recently updated
newest added

Hello there, Following customisation of `safe.tbl` as mentioned in #79, just running a simple command without any modification to the `safe.tbl` can result into unexpected failure. ### Scenario from #79...

bug

Hello, I am trying to get `detox` (1.4.2) working on windows 10 through the msys2/mingw64 (latest) tool chain. Currently, I run into the compiling error : ``` parse_table.c: In function...

bug

Hello, would it be possible to include, be it in the Readme or some other place a fool proof example how to convert just one bad char to a custom...

question

Review what is needed to get the project to compile using CMake instead of automake/autoconf/libtool. See also #66

I've got a few dozen files that have these weird hollow boxes in them. I've tried a number of methods to rename them and remove the bad characters without any...

While it's not currently possible to switch to using classes, structs and associated functions can still be grouped together in a way that makes more sense. The current structure is...

Replace the static translation table used by the unit tested for table_resize with a code based one. Look in to why make distcheck isn't failing

github actions config: ``` build-macos-unit-test: runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: brew install run: brew install automake coreutils bash check - name: autoreconf run: autoreconf --install - name:...

Run code lint. Run tests. Run a check-only version of make internals. Check the date on any changed man page.

Bonus points if the output is also a a viable transition table.

enhancement