michalmicpaw
michalmicpaw
I've modified your code, and it works at Windows Phone 8 SDK in C#. I didn't add dll's, but added source files and modyfied them a little. First, I've added...
Sure, https://github.com/michalmicpaw/AluminiumLua-for-Windows-Phone-8-SDK I've added one extra function to change background color. This Lib is supported for XNA 4.0 and C# for WP8. You have to add main.lua file to your...
Hello, as I mentioned here: https://github.com/sympy/sympy/issues/21579 There is a simple way to block the too big numers python hanging issue. I suggest, to `create config file` for sympy to enable/disable...
Thank you for reply. I my case, I want to use SymPy on Website, where people will be able to calculate some things. If some of them will type some...
Thank you for your reply. I agree that normally, when sympy is wanted to being used to advanced and hard-to-solve problem, it is important to stay the calculations as simple...
from docker. Same error in apache2, after adding .htaccess and enabling mod rewrite. In local server, runned by ```php -S``` i can upload repo, but there is no ```/packages.json``` route
It is weird. When I start server with ```php -S``` i can register repos but cannot access ```/packages.json```, but on apache, I can access ```/packages.json``` but have error when I...
server is running on route ```localhost:8000``` but there is 404 on ```localhost:8000/packages.json```