Results 9 issues of Adrian Lisko

I am trying to test my api which uses firebase functions and hence firebase admin. I am using emulators. I created a simple task (similarly like the native createCustomToken does...

Hi, I am trying to automatically layout the nodes with dagre engine. When creating the nodes, I assign a similar position to each node and then let dagre engine spread...

Currently, every deployment of function with GCP PubSub trigger automatically creates a subscription for a topic specified in trigger attributes. This is not very user-friendly, since: - we cannot make...

trigger/pubsub

Hi, I am trying to use your library with webpack, but unfortunately I am getting an error due to webpack not able to find a path to pdf.worker. ``` 0.dll.js:1...

http://www.jmlr.org/papers/volume13/larochelle12a/larochelle12a.pdf http://machinelearning.org/archive/icml2008/papers/601.pdf

enhancement
Priority: Low

* Mean-Covariance: http://www.cs.toronto.edu/~ranzato/publications/mcRBMdeepPhoneRec.pdf http://www.cs.toronto.edu/~fritz/absps/mcimage.pdf * Products of Student-t Distributions: http://www.cs.toronto.edu/~fritz/absps/PoT.pdf * Spike-and-Slab (original): http://jmlr.csail.mit.edu/proceedings/papers/v15/courville11a/courville11a.pdf - convolutional http://jmlr.org/proceedings/papers/v31/luo13a.pdf - mu version http://www.icml-2011.org/papers/591_icmlpaper.pdf I have got a simplified code for most of...

enhancement
Priority: Low

My ladder net implementation. Comments are more than welcome.

users file is not loaded by traefik, because of missing middleware label it would be nice to have traefik docker-compose file updated with user defined docker-compose like the default dc...

I am getting no reponses when using with langchain callback AsyncIteratorCallbackHandler? It gives only this warning ``` RuntimeWarning: coroutine 'AsyncCallbackManagerForLLMRun.on_llm_new_token' was never awaited run_manager.on_llm_new_token(chunk, verbose=self.verbose) RuntimeWarning: Enable tracemalloc to get...