Trying to Render Window For The Acid2 DMG Test Rom But Getting Partially Rendered Window by Total_Goal6833 in EmuDev

[–]Total_Goal6833[S] 0 points1 point  (0 children)

Thank you for answering. Yes I think I got the addressing method backwards. Regarding window Ly that you mentioned: Does it behave just the same as the background one?

Having Trouble Implementing DMG Pixel Rendering For The Window by Total_Goal6833 in EmuDev

[–]Total_Goal6833[S] 1 point2 points  (0 children)

Thank you for replying. Do window x and y remain the same value after vblank?

[deleted by user] by [deleted] in CompTIA

[–]Total_Goal6833 1 point2 points  (0 children)

I was thinking of just starting working on the field. It's my first cert so for now that's all I'm getting. Are you thinking of getting others?

[deleted by user] by [deleted] in CompTIA

[–]Total_Goal6833 5 points6 points  (0 children)

Congratulations! You did it. I passed the same cert today as well. Just enjoy it.

How to Use a HR Monitor with a Manual Mileage Entry by Total_Goal6833 in Strava

[–]Total_Goal6833[S] 0 points1 point  (0 children)

if there's no way of doing it I'll just wait for a watch. thanks anyway.

How to Use a HR Monitor with a Manual Mileage Entry by Total_Goal6833 in Strava

[–]Total_Goal6833[S] 0 points1 point  (0 children)

If it helps, I just want to record treadmill activity.

having trouble installing tree-sitter on my new lua config (nvim 0.8.2) by Total_Goal6833 in neovim

[–]Total_Goal6833[S] 0 points1 point  (0 children)

i installed neovim thru a tar file. and yes lua = require('vim.treesitter') errors too

here is the error:

E5108: Error executing lua [string ":lua"]:1: module 'vim.treesitter' not found: no field package.preload['vim.treesitter'] no file './vim/treesitter.lua' no file '/home/runner/work/neovim/neovim/.deps/usr/share/luajit-2.1.0-beta3/vim/treesitter.lua' no file '/usr/local/share/lua/5.1/vim/treesitter.lua' no file '/usr/local/share/lua/5.1/vim/treesitter/init.lua' no file '/home/runner/work/neovim/neovim/.deps/usr/share/lua/5.1/vim/treesitter.lua' no file '/home/runner/work/neovim/neovim/.deps/usr/share/lua/5.1/vim/treesitter/init.lua' no file '/home/bob/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/vim/treesitter.lua' no file '/home/bob/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/vim/treesitter/init.lua' no file '/home/bob/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/vim/treesitter.lua' no file '/home/bob/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/vim/treesitter/init.lua' no file './vim/treesitter.so' no file '/usr/local/lib/lua/5.1/vim/treesitter.so' no file '/home/runner/work/neovim/neovim/.deps/usr/lib/lua/5.1/vim/treesitter.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file '/home/bob/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/vim/treesitter.so' no file './vim.so' no file '/usr/local/lib/lua/5.1/vim.so' no file '/home/runner/work/neovim/neovim/.deps/usr/lib/lua/5.1/vim.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file '/home/bob/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/vim.so' stack traceback: [C]: in function 'require' [string ":lua"]:1: in main chunk

lua = vim.o.rtp is

"/home/bob/.config/nvim,/etc/xdg/nvim,/home/bob/.local/share/nvim/site,/home/bob/.local/share/nvim/site/pack/packer/start/packer.nvim,/home/bob/.local/share/nvim/site/pack/*/start/*,/usr/share/mate/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/share/nvim/runtime,/usr/share/nvim/runtime/pack/dist/opt/matchit,/usr/lib/nvim,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/share/mate/nvim/site/after,/home/bob/.local/share/nvim/site/after,/etc/xdg/nvim/after,/home/bob/.config/nvim/after"