Enjoys Math

Results 62 comments of Enjoys Math

I asked in the Django forums, but was unable to get a clear answer. What about Lark in a Django application? Do I create an instance for every user in...

I had this same issue, but it was the case of me forgetting to register the page route in the AppShell code-behind in a .NET MAUI app.

@Hackmodford Try the "solutions" here: https://stackoverflow.com/q/68639893/7076615 In particular, try installing that third-party template file thing. You have to search for the title of it in the marketplace - the link...

I did some reading up, but essentially you'd want to use jquery itself for dragging elements around. Doing it in Bootstrap requires a special sublibrary license and the code to...

@vsergeyev that is some advanced hacking, my friend! Perhaps you could teach me a thing or two. Anyway, for this feature request, wouldn't we just simply want to (at least...

So I ran the vcvarsall.bat for my VS 2022 instance from within Cygwin successfully. But I can't seem to run make command even though the dune directory is there: ![image](https://github.com/ejgallego/pycoq/assets/1606391/e1bfb855-e204-45e1-a15b-ec3a4d9a3f32)

So I did everything again, this time install OCaml from Cygwin checkbox, this is the result: ![image](https://github.com/ejgallego/pycoq/assets/1606391/e6e06b49-06d7-4f2c-8547-ee8d9b887b67) How can we succesfully build this? Thx

@vsergeyev what you want to do, since regex editors such as regexr.com already exist. I would go further and implement a grammar induction algorithm, so the users just type in...

On Raspberry Pi at least the command is: ```sudo apt-get install libxerces-c3.2``` Do not get your hopes up though. You're going to run into more / new errors after this.