-
**Describe how we are communicating and why it is not optimal.**
As discussed in the last meeting moja global would love to have an active community of opensource developers and new contributors. Let…
-
Hi!
I recently discovered that inplace operators can save a lot of memory allocations and in certain cases vastly improve performance.
However many inplace operators from FLINT are not yet wrap…
-
Hi Fredrik,
I am using you excellent library as a backend to implement various arbitrary-precision special functions in a project of mine.
To be clear, my goal is not to provide guaranteed bound…
-
Hi,
Thank you for providing very useful resource.
NOTE: I am not raising issue of the license terms of this `sampleproject` like #17 since this is MIT licensed.
## ISSUE
Issue is supporti…
-
The modularization effort (#29705) makes it easy to port and deploy portions of Sage to new platforms. Here we target Web Asssembly (wasm). This enables integration with Javascript in the browser,…
-
As far as I could tell, there is no way in mpmath to solve the generalized eigenvalue problem `Ax = lambda Mx`. Is there any hope of adding this functionality?
c-f-h updated
2 years ago
-
Won't be implemented until after 1.0.0. Not even 100% sure on how to implement it down to a T, but would still be freaking cool.
-
TNT in vanilla minecraft has become more useful, it is now able to be dispensed from a dispenser in its ignited form and also returns 100% of the drops of the blocks it destroys.
Gunpowder Barrels (G…
-
Encountered while working on asset traits in our fork.
E.g.
```swift
struct S {
var rawValue: Int
init(unsafeRawValue: Int) {
setRawValue(unsafeRawValue)
}
mutating func se…
-
Hi,
Ssmtp has known problems when sending mail from a smartd through ssmtp.
Since the syntax for ssmtp is different of the syntax of mail it is needed to create a script to send the email and tell…