Shazib Hussain

Results 45 comments of Shazib Hussain

@Silvenga I think as a temporary workaround you can see the guid in dev tools, e.g. Firefox: ![image](https://github.com/actualbudget/actual/assets/4405777/263dd5b6-310b-4ead-9c37-86de3eaf7b1c)

@damomato @rafacla can you try this after the latest fix? then we can close this off

There are a couple of other projects that implement OFX in js, is it worth exploring these as alternatives? [Libofxjs ](https://github.com/clarete/libofxjs) uses the same C++ library underneath, but uses node-gyp...

_If_ we're doing a pure apples to apples comparison Old: ![image](https://github.com/actualbudget/actual/assets/4405777/5e22b763-5b05-4df6-9b55-5e520dac46fe) New: ![image](https://github.com/actualbudget/actual/assets/4405777/179016aa-f959-4830-8cbd-4b3a00ee897c) - The amount 'to budget' is a different colour, - The little month icons are a darker...

I'd certainly be _very_ supportive of light theme going back closer to the way it was, the 'to budget font colour' and sidebar in particular, I can't really say the...

> I cant connect to my server via reverse proxy because the cert isn't known (my best guess). In a browser I just have to click the proceed button, but...

I believe the offending line causing this is somewhere [here](https://github.com/actualbudget/actual/blob/287fb9b9d67e6643eb9d0062f17d415e1d76b033/packages/loot-core/src/shared/util.ts#L399) where it ends up inside extractNumbers and removes the leading decimal. I think that match fails.

> [bug report] > > The build artefact for macosx does not seem to work. I think websockets are not running? > > > > ``` > > in.4a5f855a.js:2 WebSocket...

Yep! The front/client end does reconnect on a Ctrl+R, and fails. The ws server keeps running so it _should_ just close the client connection and open a new one on...

Do we need to implement something in-app to cope with this? i.e. fallback to ipv4 if 6 fails or something?