Ray Suelzer
Ray Suelzer
I'm not sure why this isn't working. I am using the library from npm. ``` ajax({ method: "DELETE", url: "/api/v1/useraccount_settings/quick_work_sites/1" }); ``` ajax exists, and i can call ajax.get(); etc,...
## I'm submitting a... - [ ] Regression (a behavior that used to work and stopped working in a new release) - [ X ] Bug report - [ ]...
I'm wondering if there is any reason that this module is being built using "commonjs" in the tsconfig? ``` "compilerOptions": { ... "module": "commonjs" /* Specify module code generation: 'none',...
Visual Studio Task Runner Explorer does not have a stdin so the line `process.stdin.pipe(child.stdin);` in protractor-runner.js file throws an error. I'm not sure what a good solution to this would...
Correct me if I am wrong here, but Angular still is on the 6.x version RxJs, meaning that this can't be used with angular 15?
Services like WhatsApp are a bit trickier I think because you need to do some validation on phone numbers (non trivial). I'm wondering if there would interest to allowing a...
Not an issue, but thank you! This is exactly what I needed to look at to get my head around how to best make a single page app using react...
There are cases where a claim value will be an object. Consider the following use case: A custom claims object is added for {response.content} {response.content} This content is a JSON...
I'm not entirely sure the best way to do this. But I am going to be upgrading this package to support Angular 13 and then Angular 14. Angular 13 is...
~~I just upgraded to version 3. The Day type still exists in the type definitions, but none of the functions accept or return it as a parameter. Is this expected?...