Anand

Results 22 issues of Anand

- Support for text - More colours - Drag/drop objects - Change size of pen/eraser - variable size canvas

enhancement

So that the theme can be used for existing content?

## Issue If I have two schemas that are related through a `many_to_many` relationship using a [Join schema](https://hexdocs.pm/ecto/Ecto.Schema.html#many_to_many/3-join-schema-example), I do not get the expected number of results (I get too...

bug
help wanted

I was wondering if there are any plans to have google scholar automatically index zenodo (software) entries and show citations like it does for normal research articles.

I was wondering how batching would work when using an event function. #122 describes a way of handling batching. But I can't figure out how to do this while being...

The documentation is not clear for the following case: when `NoisyCurrentSource` is injected into multiple cells with `NoisyCurrentSource(...).inject_into(cells)` does each cell get a different noise current? Also, the documentation [says](http://neuralensemble.org/docs/PyNN/reference/electrodes.html#pyNN.neuron.standardmodels.electrodes.NoisyCurrentSource)...

defect
NEST

I have a custom synapse model that takes in an array as one of its parameters (the same array for all the parameters). Is it possible to set this using...

enhancement

It would be nice if PyNN provided a 'gamma_clipped' distribution similar to the 'normal_clipped' already available for random distributions.

enhancement
awaiting feedback

While the simulation is running over multiple hosts, if one host goes down, the entire simulation seems to stall. Ideally, all the other simulations should finish running. Only the simulations...

I was wondering if there is some way to restore python virtual environments using tmux-resurrect.