-
reference : ramses-example
step1:
create a user
step2:
create a story for this user
![image](https://cloud.githubusercontent.com/assets/753138/16586014/57b41e88-42e1-11e6-9793-32fb8f887d74.png)
…
-
-
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"orderId": {
"type": "integer"
}
}
}
}
ra…
-
Hi,
I have been playing with some RAMSES unigrid simulations and found that gas cells are missing. Say for the box with levelmin and levelmax both 7, I should have len(ds.g) to be 2097152 (and I am g…
-
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`,
…
-
SELECT 33, bq.id, 'Legal'
FROM (
SELECT
`u`.`id`, `u`.`layout`,
`u`.`id` AS face_id,
CASE
WHEN layout = 'double-faced' OR layout = 'fli…
-
I went through the tutorials, everything went fine. Great work.
I am wondering if there is an easy way to define a relationship between items of the same schema, something like item and subitems wher…
-
Rodrigo, me he descargado QPanel 0.9.0 y al intentar iniciarlo me dan los siguientes errores:
---
root@pbx-maq:/usr/src/qpanel# python app.py
Traceback (most recent call last):
File "app.py", line…
-
So when I process a ramses snap with pynbody and access the _boxsize_ via:
`s.properties['boxsize'].in_units('kpc')`
I get one answer (that's different from the direct computation). For example - sa…
-