-
The design document specifies "unlimited" undo. Anything "unlimited" is a red flag in programming.
Each undo requires saving the state in memory, before the user performs an operation. That state …
-
Code refactoring
Descriptions standardization in `org.mariuszgromada.math.mxparser.parsertokens`
Preparation to multi-language support
-
https://mp.weixin.qq.com/s/0lSC52suQVxsh8n2qYlgDw
-
Currently Smith form are not implemented over inexact rings.
This ticket provides a (currently unoptimized) implementation of Smith normal form over complete discrete valuation rings/fields (e.g. p…
-
It has been desired for a while to be able to test, when B is a subcategory of A, whether it is a *full subcategory* or not; equivalently this is whether any A-morphism is a B-morphism (up to forget…
-
This is quite related to https://github.com/whatwg/html/issues/6349, which was previously discussed in WHATWG. However, over the course of the last year or so, the OpenUI CG has been working through i…
-
**Describe the project you are working on:**
I will be rewriting the particle system for Godot 4.0.
**Describe the problem or limitation you are having in your project:**
Users often complain…
-
In the context of building the [Highlight Navigator API](https://docs.google.com/document/d/1W_kbSRve7c1ZtyYTZ-fbEOsFZPTqxN0IV7UdvH_h20U/edit#), we need a way to express a selection range with `Locato…
-
We also remove some module-level imports of `AA` etc.
Split out from #32432.
CC: @kliem @jplab @yuan-zhou @sheerluck
Component: **refactoring**
Author: **Matthias Koeppe**
Branch/Commit: **[`…
-
This issue is for a discussion on introducing multiobjective support to JuMP (and
MOI).
## Passing multiple objectives to the solver
There are two possibilities:
1. Extending `@objective` to…