dcrf-client icon indicating copy to clipboard operation
dcrf-client copied to clipboard

Javascript client for Django Channels REST Framework

Results 12 dcrf-client issues
Sort by recently updated
recently updated
newest added

I am having issues using the module with Vue+Quasar+Vite. If I try importing the module with: ``` import { DCRFPlugin } from 'plugins/djangochannelsrestframework' ``` I get the following error: ```...

Split functions as build components to enable tree shake, I'm currently working on recreating the library to support tree shake, will you prefer that?

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies
javascript

Bumps [twisted](https://github.com/twisted/twisted) from 21.7.0 to 22.10.0. Release notes Sourced from twisted's releases. Twisted 22.10.0 (2022-10-30) This release contains a security fix for CVE-2022-39348. This is a low-severity security bug. Twisted...

dependencies
python

Bumps [django](https://github.com/django/django) from 3.2.7 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...

dependencies
python

Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...

dependencies
javascript

Hi bro.... Can you share one compiled .js module

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies
javascript

tl;dr is it possible to subscribe to objects with another field than the private key? I'm trying to connect an existing database model to the asynchronous websockets. I tried the...

Seems like Winston uses setImmediate which isn't available in browser environments. ``` Uncaught ReferenceError: setImmediate is not defined at Console.log (webpack-internal:///./node_modules/winston/dist/winston/transports/console.js:88) at Console._write (webpack-internal:///./node_modules/winston-transport/dist/index.js:90) at doWrite (webpack-internal:///./node_modules/readable-stream/lib/_stream_writable.js:428) at writeOrBuffer (webpack-internal:///./node_modules/readable-stream/lib/_stream_writable.js:417)...