Fauzan
Fauzan
Kindly review if there's anything missing or wrong, cc @ephys @WikiRik
Have you tried using [the `Op` operator](https://sequelize.org/docs/v6/other-topics/other-data-types/#jsonb-postgresql-only)? In your case, it would be like this: ``` array: { [Op.contains]: ['3367', '3368'] } ```
> @ephys To be honest, I'm not great with the type system. Would you be able to help resolve this issue? We can resolve this issue by removing the simultaneous...
I would suggest we can fix this in a separate PR so this PR will be unblocked. It's the typescript part which @ephys had the best capacity to make change,...
```bash error: Uncaught AddrInUse: Only one usage of each socket address (protocol/network address/port) is normally permitted. (os error 10048) at unwrapResponse (rt/10_dispatch_json.js:24:13) at sendSync (rt/10_dispatch_json.js:51:12) at opListen (rt/30_net.js:33:12) at Object.listen...
> Hi, > sorry but solution with npm stripts not working for me because npm says 'Command 'swagger_swagger_fileName' not known. > Hope someone have other solution / idea > thanks...
> > Hi, > > sorry but solution with npm stripts not working for me because npm says 'Command 'swagger_swagger_fileName' not known. > > Hope someone have other solution /...
Should not be stale.. This issue still valid.
This is a good feature to add, for now we still need to use `npm` to unpublish: ``` npm login npm unpublish ```
> @fzn0x you mentioned you wanted to look into this; @plutownium found this StackOverflow question that might help; https://stackoverflow.com/questions/62897235/how-to-see-stacktrace-cause-of-an-error-in-jest The fix mentioned there was merged in Node 16 (and 18),...