Taras Kalapun

Results 9 comments of Taras Kalapun

Example 3-button remote control that is Security+1.0 + Security+2.0 is Intermatic RC939

Actually, `browserpass` prefers `login:` in your pass file. See https://github.com/browserpass/browserpass#requirements

Can be fixed putting ``` ruby encode('UTF-8', 'binary', invalid: :replace, undef: :replace, replace: '') ``` before `gsub` in https://github.com/arches/table_print/blob/master/lib/table_print/formatter.rb#L16

I have added into `/etc/apk/repositories` ``` https://dl-cdn.alpinelinux.org/alpine/v3.12/main https://dl-cdn.alpinelinux.org/alpine/v3.12/community ``` Than ``` apk update apk add nodejs=12.22.12-r0 apk add npm=12.22.12-r0 ``` `npm` seems working, but sometimes it hangs

I have same issue with latest Bun and Sqlite locally. running under bun: ``` bunx drizzle-kit generate:sqlite drizzle-kit: v0.20.10 drizzle-orm: v0.29.3 No config path provided, using default 'drizzle.config.ts' Reading config...

> I had the same issue, if you are using it on Win WSL, you have to install nvm from the nvm install node and for schema generation use npm...

for native apps, mostly we are interested only on a viewport screenshot. for the element, to get the size and location this works fine: ``` js wd.getLocation('[name="1"]') {"x":0,"y":452} wd.getElementSize('[name="1"]') {"width":124,"height":53}...

I need to apply encription / decryption for all requests, so pre&post JS processing would be awesome!

I had same issue, but then I found that on this board the IntelMausi works perfectly.