Jeshan Giovanni BABOOA

Results 39 comments of Jeshan Giovanni BABOOA

I had lots of problem too and I made a docker image to solve this: https://hub.docker.com/r/jeshan/ddisasm Source code: https://github.com/jeshan/ddisasm-docker Let me know how it goes. Later, we should merge it...

Understood. I guess it will have to be manual changes for a long while: I'm hoping that *someday* we'll have only 1 file to change! @UWN did you intend to...

shameless plug: I have an open-source project under the same name which does what you want; predictable releases, comprehensive feature coverage, support for resources, waiters, etc. https://github.com/jeshan/botostubs

@reegnz heh. Maybe someday when I have time :) One of my users [told me](https://github.com/jeshan/botostubs/issues/12#issuecomment-672920605) that depending on mypy may be an issue (I have zero experience with mypy) and...

Why do you have `https://localhost:10001`? That doesn't look right as you probably don't have https on localhost. Also, it should be similar to example.html but it's not.

To be sure, please post screenshots of: 1. what you're seeing in the browser 2. view source of index.html 3. what appears in the console logs Otherwise, I'm out of...

You had this line: `window.alert("The vlaue of client is" client)` You did not see that alert, right? It should have. I'm claiming that the src in `` is not correct....

For `mod`, I took all of them at once. If you meant for the whole module, then I'm not qualified to work on the clpz codebase! For future PRs, it...

I suppose it should be updated for scryer as well https://github.com/mthom/scryer-prolog/blob/master/src/lib/clpz.pl but somehow it rejects the syntax for mysterious reasons.

Turns out that this too isn't complete yet: after I load that code (that has `clpz:run_propagator`), I see that `zcompare(A,B,C)` no longer holds elsewhere! Can @triska clarify of a minimum...