Mateo Gianolio

Results 26 issues of Mateo Gianolio

[This RNN](https://gist.github.com/karpathy/d4dee566867f8291f086) by @karpathy (which is linked from [his excellent article](http://karpathy.github.io/2015/05/21/rnn-effectiveness/)) would be awesome to have as an example.

intermediate
example

Example issue body, rendered with [marked](https://github.com/chjj/marked). 1. List item 2. List item 3. List item ``` Code block ``` ```javascript { const a = 2; const b = 2; return...

bug
enhancement
question

> This is a Github issue rendered as a blog post. Setting up your own blog is pretty straightforward: 1. Fork [this repository](https://github.com/mateogianolio/openblog). 2. Create a Github personal access token...

## Summary Maybe this has been asked before but I have searched all the issues here and pixl-server-web and nothing really pops up. I want to host the cronicle web...

Before merge fix the release action workflow so it does not mess up the repository.

Check out https://github.com/Aandreba/llml_simd

Example: ```ts import { array, equals } from 'vectorious'; const x = array([1, 2, 3]); /* array([ 1, 2, 3 ], dtype=float64) */ const serialized = JSON.stringify(x); /* '{"data":{"0":1,"1":2,"2":3},"dtype":"float64","length":3,"shape":[3],"strides":[1]}' */...

improvement

* See https://numpy.org/doc/stable/reference/generated/numpy.ndarray.astype.html Example: ```ts import { array } from 'vectorious'; const x = array([1, 2, 2.5]); x.astype('int8') /* array([ 1, 2, 2 ], dtype=int8) */ ```

feature

## Context What's your version of `nuqs`? ``` ^1.17.1 ``` Next.js information (obtained by running `next info`): ``` Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.3.0: Wed...

bug
next.js