Dan Rasmuson
Dan Rasmuson
If I base32 encode this string `my name is hereslkdjfaklsjdfa234234@#$!!@35465*()&(*^*&^*&%&^%///劳动力`. I get `dnwj0vk1dnjj0ubk41m6awk5edp6pt3actgppv3kd9j6cr9j6cu34ctm80hj889180tkad1p6mn2ga9650n5wah6brn2c996brjjybtfpundefinedmundefinedp`. Notice `undefined` in string output. Python outputs, `NV4SA3TBNVSSA2LTEBUGK4TFONWGWZDKMZQWW3DTNJSGMYJSGM2DEMZUIARSIIJBIAZTKNBWGUVCQKJGFAVF4KRGLYVCMJJGLYSS6LZP4WFLHZMKVDSYVGY=` I would expect this to match the python output...
I'm interested in saving the audio played during a recording. I've tried removing the `-an` argument when `ffmpeg` is invoked, but didn't have any success. https://github.com/elgalu/docker-selenium/blob/master/video-rec/bin/start-video-rec.sh#L46 Any suggestions on how...
Small additions to PR #39. Additions viewable here: https://github.com/sholladay/pogo/commit/752c4ce2ee7b0f5bd2e63ff2db390de06fb4d84d
When our team is trying to deploy asposewordscloud to an edge function we receive the following error...  I'm assuming that the aspose library is...
After install openai_pipe (gem install openai_pipe) and providing the token ``` ❯ gem install openai_pipe ❯ ruby -v ruby 3.3.1 (2024-04-23 revision c56cd86388) [arm64-darwin23] ```` I get this error `Unable...
### Did you check docs and existing issues? - [X] I have read all the LazyVim docs - [X] I have updated the plugin to the latest version before submitting...
Neotree has a feature where it shows a file tree with only the open buffers  It would be awesome to have a similiar feature...
All vim fugitive commands use the cwd of the current buffer. This is convenient and helpful except when scripting. ``` * This command (along with all other commands) always uses...