Martin Chang

Results 48 issues of Martin Chang

Hi, I want to contribute Unicode support for the library. Do you know how much/what have to be done for the feature?

This PR is still far from complete. But I want to make a PR to keep track of oy progress. And allow someone else to pick up my work in...

OpenSSL will falsely trigger `SSL_ERROR_SYSCALL` when it tries to read from a socket closed by it's peer ([reference, see the BUGS section](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_error.html)). Trantor doesn't properly handle this edge case and...

As of now, when drogon is running behind a reverse proxy, drogon can only see the reverse proxy's IP as the peer IP. Which is technically true. But not what...

If you'd like to put out an incentive for fixing this bug, you can do so at https://issuehunt.io/r/LibVNC/x11vnc **Describe the bug** GTK app is full of artifacts. But Qt applications...

bug

Related to htm-community/htm.core#680 Well, here we go ## Why The SDRClassifer in NuPIC/HTM.core ins infect a simple 2 layer [MLP](https://en.wikipedia.org/wiki/Multilayer_perceptron) but Etaler implements it as a CLAClassifer/[KNN](https://github.com/numenta/nupic/blob/master/src/nupic/algorithms/knn_classifier.py). CLAClassifer is deprecated...

enhancement
help wanted
need discussion
feature request

The current backend architecture works well of out purpose. But it is not salable (in a programming sense) enough and will cause problems down the line. For the backend system...

enhancement
need discussion

Currently Etaler compiles OpenCL kernels and cache them in memory. This is kinda slow for some OpenCL implementations. Would want to cache the data somewhere (`~/.cache/etaler` or something like it)

OpenCL

There seems to be a bit of typo riddled around in the code. Properly should fix them.

Some tests fails with a segfault when running on POCL using the CPU. Including - [ ] Grow Synapses -> segfault - [ ] half precision operations (on ARM) ->...

OpenCL