-
Similar to what you see in Notepad++ and modern browsers -- the ability to open multiple windows and move objects (editors, etc.) between windows -- and the ability to detach an object from its parent…
-
Hi,
consider the following trivial piece of code
```
Symbols a,b;
L exp = ((a-b^(1/2))*(a+b^(1/2)));
factorize;
print;
.end
```
Here FORM returns
> ERROR: Cannot factorize an expression with more t…
-
### Description
I'm trying to append my json object to inside a json file.
### Reproduction steps
Bug occurs when trying to .insert()
### Expected vs. actual results
This is how my json…
-
- add more objects to your array and loop through your array to get Html dynamically
- Fix the Javascript errors
- remove all the commented code form your javascript file
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.0.12
### Bug descript…
-
Hi,
I don't know if there's a workaround for this.
In my project I have the case where one single class (form) is a combination of several other classes (model objects that reflect tables from t…
herna updated
10 months ago
-
(Issue #29)
The following is a list of spelling errors, grammatical mistakes, and typos within the [Game Physics SRS](https://github.com/smiths/caseStudies/blob/master/CaseStudies/gamephys/document…
-
Discussion from https://news.ycombinator.com/item?id=41785568 :
> > > Is it possible to extend/subclass an existing QWidget and customise it?
> > >
> > For e.g. PaintEvent() from pure Go code? No…
-
Dart 3.0 introduced patterns, including the following kind of construct known as an if-case statement:
```dart
if (json case [int x, int y]) {
print('Was coordinate array $x,$y');
} else {
…
-
Now and then I stumble upon difficulties making my form classes behave correctly when managing the models backing the form. Sometimes there are differences between creating and updating a record, and …