-
This is a post I'm developing ... It's been in my head for the last few years.
I'm going to need a few hours of focus time to flesh it out.
I really don't like writing "essays" in GitHub issues bec…
-
### Use case
* Sometimes we can't always perform hard deletions in production.
* This is what most ORMs do
### The Ideal way
* Respect the `deleted_at` column (`pub deleted_at: Option`)
* …
-
## FRQ 1
FRQ 1 had us working with 2D arrays, which could be useful for multiple aspects of our project. Though we haven't gotten to this part yet, we will be able to use 2D arrays to store various d…
-
LeCun, Yann, Yoshua Bengio & Geoffrey Hinton. 2015. “[Deep Learning.](https://www.nature.com/articles/nature14539)” Nature 521: 436-444.
Karpathy, Andrej. 2015. “[The Unreasonable Effectiveness of …
-
When I tried to run a program by executing python preprocess.py data/smiles_50k.h5 data/processed.h5. it is generating an error.
The detailed error is attached in the image. How to correct this?
![u…
-
> Please fill the template to help you out. Also, please try the `Example` project compare before submiting the issue when you have certain issue with your project setup.
If you are Korean, please …
-
I want to support TMPE in asset editor.
task break down:
- [ ] empty records should not be saved. So I need to add `IsDefault()` method.
- [ ] record TTL (depends on #967)
- [x] record Vehicle re…
-
**Ticket Contents**
**Content Player**
A player that supports the playback of multiple types of content right from mp4 videos, PDF documents to SCORM, XAPI and Tincan types of content.
**Featur…
-
DTS is researching the public communication component of 311 CSRs to help answer: How does TPW interact with a resident who submitted a 311 Service Request? How can we improve that experience?
## Ba…
-
If you decide to compute partial derivatives symbolically, you could make great use of `libvala` to compute gradiants based on the parse tree of a function.
With a CLI tool, one could scan the source…