Yannis Kommana
Yannis Kommana
Hi, I managed to work around this issue by moving the aar to its own module like this. Create a new directory `lib2` and put the aar that you want...
@Jack000 Maybe I can give you a pointer. I just had an issue, where Safari would drop some paths. Look at https://github.com/Jack000/SVGnest/blob/285ae61afc33f4826bce9a356408c82d7c515bef/svgparser.js#L494 In Chrome `SVGPointList` works like an array, but...
👋🏼 This is still an issue with eslint version 8.53.0. Workaround: ```js // .eslintrc.js module.exports = { overrides: [ { files: '**/*.d.ts', rules: { // Workaround for https://github.com/marudor/eslint-plugin-sort-imports-es6-autofix/issues/28 'sort-imports-es6-autofix/sort-imports-es6': 'off',...
This is great! Are you planning to add TUS support to the directus SDK as well? I would love to have upload progress callbacks and resumable uploads in my applications....
I can confirm that this is fixed in v8.4.0.
I have added this feature in my fork here https://github.com/stuikomma/wsdl-tsclient. It is quite a hacky implementation, but it works on our WSDL and on e.g. the marketo.wsdl example in this...