Mo Beigi
Mo Beigi
> Wondering if anyone has had a look at this? My account locks so frequently when I don’t have 2FA enabled unfortunately… @maxexcloo How are you using this tool? Are...
This issue has been fixed as part of: https://github.com/mobeigi/fb2cal/pull/116 It was a result of various imports in `__init.py__`: ``` from .transformer import * from .facebook_user import * from .facebook_browser import...
Yeah but there is always the chance someone will feed it an invalid CSV (junk) and we should probably have a nicer fail.
Moved from `ktlint` to `ktfmt` and this was one of the major eyesores for me. I feel like in-line for parameters is fine (readable) but in-line for top-level fields /...
Agreed.
@zacharystenger Hi, you should take down the package / deprecate it as its no longer maintained but widely used due to its name.
Oh boy, I ran into this issue and it took me a long time to realise this was my core problem was. In my scenario, I was working with SVG's...
I'm trying to fix a vulnerability with that needs me to bump to `ansi-regex@^5.0.1`. From the npm package my `ansi-align` package had a `"string-width": "^3.0.0"`. I had to manually bump...
Yeah its easy but useful. I'm already using it. !gift brings up menu but !gift gifts credits to a player.
Just ran into this too when trying to use the library on a Next.js project. Here is a trace: ``` > 1002 | const toHexoId = hexoid(25); | ^ 1003...