-
```
Hi,
I'm working for a big social networking site where we log javascript exceptions
happening in the user's browser.
In the past weeks one strange js error caught our attention:
"Uncaught TypeEr…
-
Which is problematic since that's how a lot of class libraries are set up, e.g.
(function($){
$.fn.foo = function(){};
}(jQuery));
function bar(){}
foo is not seen, bar is.
-
Thoughts on adding something [like this](https://github.com/cognitect-labs/transducers-js/blob/ef77c2ae32b32fcd1ecd0a47bf9b3f66d798e9ed/src/com/cognitect/transducers.js#L1088-L1104)?
Seems like it'd …
-
**Is your feature request related to a problem? Please describe.**
Yes, in our case the default integration for mysqli has naive metadata because we use proxysql so all connections are to 127.0.0.1:3…
-
Hi. Since [native sync](https://code.visualstudio.com/updates/v1_48#_settings-sync) is available upstream, is there motivation to implement this? maybe choosing a different "backend" (eg github gists,…
-
Hello,
I'm trying to use OOD to connect to a custom HTTPS server using the reverse proxy feature.
While it works very well for unsecure web servers (HTTP), with the SSL layer I'm getting the follo…
-
The `distributed.dashboard.link` setting is often used when using Dask from JupyterHub so that the dashboard can be served via the [Jupyter Server Proxy](https://jupyter-server-proxy.readthedocs.io/en…
-
https://github.com/wurmlab/sequenceserver/blob/c466156ca469d0f4d20ac21c46155f9d7b89e0ba/lib/sequenceserver/routes.rb#L101
We've had to hack this line in routes.rb to post to a custom URL because th…
-
https://meet.jit.si/ is usable behind a corporate reverse proxy (only TCP ports 80 and 443 allowed).
It would be amazing if the self hosted dockerised version would be as well...
Thanks.
Best r…
-
将图片文字方向模型部署为serving服务。
模型参考文档:https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/docs/zh_CN/models/PULC/PULC_text_image_orientation.md
对方向分类模型进行了微调,inference模型预测正常。
部署参考文档:https://github.c…