Alex Rod

Results 10 comments of Alex Rod

I also wanted this feature. Here is how I implemented it: ```lua function _ADD_CURR_DIR_TO_PROJECTS() local historyfile = require("project_nvim.utils.path").historyfile local curr_directory = vim.fn.expand("%:p:h") vim.cmd("!echo " .. curr_directory .. " >> "...

Is there any way to work on iPad as a beta test? I changed `isDesktopOnly` to `false` manifest.json on my iCloud vault, but when I open the app on my...

I also struggled for a while trying to find the answer. This should appear in the [migration guide](https://reactrouterdotcom.fly.dev/docs/en/v6/upgrading/v5).

i'm sorry I wasn't able to test over the weekend, but i'm happy to say that it works for me in the latest commit!

running manim-render example_scenes.py OpeningManimExample instead of manimgl example_scenes.py OpeningManimExample worked for me. Afterwards I had no problem running the original command

Over a year later and this issue persists... i'm on iSH 1.2.3 running iOS 15.6.1

can confirm that it does appear to be stable. Need further experimentation to be sure, but thanks for the update!

Hello! have there been any updates on this? Since we’re on version 15 i’m guessing there should be support for the fix you were talking about.. Do I have to...

for reference, here is the output of `pytest --fixtures -v`: ```txt ============================= test session starts ============================== platform darwin -- Python 3.11.4, pytest-8.0.0, pluggy-1.4.0 -- /Users/alejandro.rodriguez/Documents/Misc/test/venv/bin/python cachedir: .pytest_cache rootdir: /Users/alejandro.rodriguez/Documents/Misc/test collected...

This is the error that is thrown: ```txt Error executing vim.schedule lua callback: vim/_editor.lua:0: Chunk is not an array with one or two strings stack traceback: [C]: in function 'nvim_echo'...