-
Deploy as a dev version.
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
Reviewed the latest dev with @jonathanolson this afternoon to discuss pixel polishing. I have a handwritten list on my desk, so self-assigning myself so I remember to convert it to a checklist tomorro…
-
Runnig this
```
using DifferentialEquations, Plots, ParameterizedFunctions
init = [pi/4, 0,0,0]
tspan = (0., 3.0)
plotly()
g = @ode_def DoublePendulum (t,u,du) -> begin
(Θ₁, Θ₂, ω₁, ω₂) = u
…
-
**Platform:** Win 7 Pro 64-bit
**Version:** opensimWin64Alpha01.zip
**OPENSIM_HOME environment variable:** Points to 3.3 directory
**Error message**
![err1](https://cloud.githubusercontent.com/a…
-
From https://github.com/phetsims/joist/issues/445:
> when multiscreen sim and you specify 1 screen with ?screens=2, then update the title in the nav bar to include the screen name: "Forces and Motio…
-
@tkuchida commented on [Thu Mar 02 2017](https://github.com/opensim-org/opensim-gui/issues/68)
**Platform:** Win 7 Pro 64-bit
**Version:** opensimWin64Alpha01.zip
**OPENSIM_HOME environment variabl…
-
Hi,
I've installed this plugin with M-x package-install and for some reason in Spacemacs and plain old Emacs no auto-completions are provided. Typing in `math.p` doesn't offer any completions, let …
-
Tested double_pendulum.osim and arm26.osim; both throw NullPointerException on right-click. The other groups in the Navigator panel ("Joints", etc.) show context menu as expected. opensim4.0PreviewWin…