rht
rht
In the FAQ or documentation, there should be a section describing the feature comparison between MASON and Mesa. This will tremendously help those who are deciding on whether to migrate...
This trims Zulip runtime by removing dependency on an extra remote cache, and also trims Zulip installation dependency. Based on @jros2300's #378 and @007's https://github.com/007/zulip/commits/redis-only, updated to the current codebase....
**Is your feature request related to a problem? Please describe.** See https://github.com/JuliaDynamics/ABM_Framework_Comparisons/pull/9#issuecomment-1188892705. **Describe the solution you'd like** Replace the images of the tables with Markdown/HTML tables.
We'd want to have fewer CI platforms to keep track of. See also https://chat.zulip.org/#narrow/stream/16-desktop/topic/appveyor.20ci.
There is already a functioning Julia wrapper for LBFGSB: https://github.com/Gnimuc/LBFGSB.jl, which is the basis of the lbfgsb.f used in `scipy.optimize`. Note that `scipy.optimize` uses a modified version of LBFGSB based...
I'm `@**Rein Zustand**` on julialang.zulipchat.com who asked a question there on this topic. See @pkofod 's answer at https://julialang.zulipchat.com/#narrow/stream/274208-helpdesk-.28published.29/topic/why.20is.20Optim.2Ejl.20so.20slow.3F/near/227892581. The difference is that this time I have got the permission...
I tried ``` mach-nix env ./env -r mypy.txt ``` where mypy.txt is https://github.com/zulip/zulip/blob/299995bd3a348d77de770dc27a8ec4f4b1d42a8e/requirements/mypy.txt. I got the following error from running `nix-shell ./env` ``` building '/nix/store/ljcbnw7kw3anmvzp72yp0p82ygfz145h-mach_nix_file.drv'... Traceback (most recent call last):...
The -S feature has existed since Linux coreutils 8.30. See https://stackoverflow.com/questions/4303128/how-to-use-multiple-arguments-for-awk-with-a-shebang-i-e/52979955#52979955. The comment also says that it should work on FreeBSD (not tested). This speeds up from ~1:16.69 s to...
This is a feature request for ZT to have option for user to input custom API request to the server (this could either be specified in cfg or in a...
Via https://devcenter.heroku.com/categories/deploying-with-docker. (note: Rocket.Chat has made this since 3 years ago (see the log of https://github.com/RocketChat/Rocket.Chat/blob/develop/app.json).)