-
Hello! Using the version you sent me via email a little while ago I'm getting a "Test webhook error: 301" in the stripe dashboard when I go to test the webhook. I assume this isn't a good thing yet th…
-
Is it possible to redirect the errors messages sent by SFML to `Err()` and use it to raise ruby exceptions? It'd be really useful to use `begin` blocks to rescue from exceptions, to hide the error mes…
-
These features kinda have something in common so I just put them in the same request:
Feature 1:
One feature I would like to see is the ability to use whatever character as name eg.
```
ƒ = (name) …
ghost updated
12 years ago
-
```
sage: a=8
sage: a.n()
8.00000000000000
sage: a.numerical_approx()
---------------------------------------------------------------------------
AttributeError Traceback…
-
Migrated from [rt.perl.org#74642](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=74642) (status was 'resolved')
Searchable as RT74642$
p5pRT updated
14 years ago
-
```
sage: var('x,y')
sage: plot3d(sin(x*y), (x,-1,1), (x,-1,1))
boom!
```
The problem is that both ranges use the variable x. The fix is to make
sure that the two variables are different and if n…