-
https://github.com/GSG-K3/Node-Project--HKRB/blob/ccf239163a30463adffbb3145664d0eee10d078c/public/buttonevent.js#L18
@rubasider
-
-
The code is very wet (not DRY) currently and there is some major low hanging fruit to making it easier to work on and understand.
One such area would be making a rendering system so that each line …
-
This was written in a hurry, it would be great if some professional adds some structure to this!
-
[Jim Blake](https://vivo-project.atlassian.net/jira/people/557058:28b712ac-b117-4c3a-9e3c-2d97851d8fe6) (Migrated from [VIVOMS-15](https://vivo-project.atlassian.net/browse/VIVOMS-15)) said:
Add warn…
-
Make use of `multimethod` to automatically deal with numpy and pandas types.
-
do not clean shit before tests
-
templates/edit_store_hours.html
```
{{ form.csrf_token }}
Closed Monday: {{ render_field(form.monday_closed) }}
{% if monday_closed %}
Monday from {{ render_field(form.monday_st…
-
Right now the default for `idxs` is `nothing`. Then in all of the interpolation codes, there needs to be a switch between `A[idxs]` and `A`. But if we use EllipsisNotation.jl's `A[..]`, that is the id…
-
### Part 1
- [x] Split scripts into load, convert and store steps. Name them all "px:foo.convert" and not "px:foo-convert".
- [ ] Homogenize names of ports of component steps. E.g. "source.fileset…