Ingo Struck

Results 46 comments of Ingo Struck

I had the same issue and needed to remove 2.0.rc3 using "iron fist" - `find /usr -name luarocks` yields `/usr/local/lib/luarocks` - `rm -rf /usr/local/lib/luarocks/rocks/busted/` - `vim /usr/local/lib/luarocks/rocks/manifest` - remove all...

:-( From your commandline I conclude that you are running OS X? The brute-force method above worked on a linux machine... Maybe things (luarocks libraries) are organized differently under OS...

Inspecting your initial post further it seems that the stuff under /usr/local/bin is messed up. Maybe the scripts under /usr/local/bin/ were not replaced properly due to access rights and/or symlink...

@lipp fix works for me too (linux; luarocks compiled from source). Thanks.

I can replicate this issue with latest luarocks and busted-1.11.1 official rock reliably on linux. Even after completely fresh luarocks setup. Invariably @lipp s fix https://github.com/Olivine-Labs/busted/issues/290#issuecomment-62779977 resolves the issue after...

I think that I nailed down this problem: the busted rockspec does not comply with what luarocks expects: https://github.com/keplerproject/luarocks/wiki/Rockspec-format see "build.install": `build.install.bin (table) - Lua command-line scripts.` bin/busted in 0e88edb9fb20c4446d194a15fa13bfbf9041c16f...

Confirmed that @nnooney 's proposal works, given you have nodejs v14 or later, see https://github.com/tailwindlabs/tailwindcss/issues/6894#issuecomment-1017929657

When using either @Gioni06 's or @nnooney 's rebuild trigger, I would recommend that you put this into a separate partial that is included using `partialCached`. Otherwise the build times...

And also https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32016R0679 fine for curl, 500 for htmltest. (but this is due to ```StripQueryString``` defaulting to ```true``` and I would doubt that this default is the best choice here...)

This would be very helpful, indeed. I am facing the same situation in a multilingual setup. At least there would be only _one_ place to define the translated section name....