Chris Wahlfeldt

Results 11 comments of Chris Wahlfeldt

Getting the same issue on macos catalina, fish shell and neovim ``` Error detected while processing function fzf#vim#gitfiles[6]..100_fzf[18]..fzf#run[64]..19_execute_term[73] ..19_dopopd: line 20: E716: Key not present in Dictionary: dir && (!&autochdir...

+1. Just ran into the need for taxonomies. @joldnl would you mind sharing your implementation? Cheers!

Me too. The vscode plugin seems to be working fine. Maybe its just a matter of upgrading the tailwind intellisense sub module?

I'm trying to build on macos Mojave and I cant seem to get it to build. Ive downloaded all the packages using Homebrew. `brew install boost libogg libvorbis lua sdl2...

Anybody got any ideas? Im able to build and run `halley-editor` on macos mojave but the template itself isnt working. How do you run codegen on the template?

Hey @ldavison this worked for the most part but I don't have any assets to import yet from my project root. I'm getting the following error when attempting `./bin/halleyproj`: ```...

That didn't work for me. I ended up having to use `import` and then `pack` when they were imported to the root. Import ``` ./halley/bin/halley-cmd import ~/Games/halley-template ~/Games/halley-template/halley ``` Pack...

Started another issue similar to this. Wondering if you got anywhere @domtalbot and if you need any help? #1066

2024 and just had this issue. https://github.com/WordPress/wordpress-importer/issues/66#issuecomment-601303129 this fixed my issue

Im running into this issue as well. @ImKubass did you ever find a work around? ``` @parcel/transformer-sass: Can't find stylesheet to import. ╷ 7 │ @import '../../views/patterns/00-base/**/**/*.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵...