Guido de Jong
Guido de Jong
Yeah, https://github.com/containerbase/base/pull/1991 should be the only thing blocking this right? I'll convert to draft until that is merged
I'll resolve the comments and split those changes into another PR soon then 👍🏿
@viceice resolved comments and updated code to latest project standards 👍🏿
The prebuilds repository README says focal is supported, but the code here will error on that due to the libssl error, is that a problem? https://github.com/containerbase/wally-prebuild?tab=readme-ov-file#local-development
Commented everything I done on my fork (+ #279 & #280)
Is there a reason why you didn't choose to use `export * from './path'` syntax in `index.ts`?
After some digging, I finally found the cause of the error where X-CSRF token refreshing doesn't always correctly work: The [status message handler](https://github.com/Visualizememe/bloxy/blob/v6/src/controllers/rest/response/handlers/validStatusMessage.ts) lowercases the received status message before comparing...
Also what's the timeline on this? ~~I see the bloxyjs/core repository, is that gonna be the new home for this project?~~ I read the linked issue, and seems like this...