Panayot Cankov

Results 10 comments of Panayot Cankov

Hi, Could you elaborate on the use cases for multipart/form-data in {N}? Do you have any particular service in mind that you want to use? For image uploads we have...

Currently there is no way to do that out-of-the-box.

I'd suggest that we create constructor functions and wire properly the inheritance chain for these private classes at runtime. These runtime created classes should expose the methods from any known...

To support the backward compatibility after "Publish NativeScript JavaScript modules as npm packages", we will need to alter the logic in the require to look in the @nativescript scope as...

Users will be able to add all `.d.ts`-es to their `tsconfig.json` and their `.ts` will work as it works now. However they will be able to list just `interop`, `ObjectiveC`,...

This is a branch, using the ios-runtime .d.ts generator, that references UIKit and its dependencies. I had to remove some category methods to limit the dependencies and add `///

The benefit from categories may not be that big since some of the frameworks forward declare classes from other frameworks :( So there are still quite a lot of dependencies....

:+1: We'll do our best.

Well, if you **have to** write the header files by hand and **have to** name the actions and outlets properly in the JavaScript file, and can get the errors at...

Hello, @WombatWorks could you elaborate on use-cases you have? That would be helpful. I've been a front end developer for several years and from my experience vector graphics are not...