-
This proposal is related with #459. 1:N relationships can be implemented easily if the related table is, at the same time, a mapping table. This proposal reduces the number of joins for one to many re…
-
**Description of problem:**
consider a stupid micro benchmark like
`
function repeatloop {
nameref count=$1
integer i=0 buf=0
for ((i=0; i< $count; i++)); do
((buf++))
:
d…
jghub updated
4 years ago
-
In this task, I would start working on high level design and tasks for the chat bot.
-
### Description: What is it?
You should be able to save charts made in SQL Runner
### Acceptance criteria
- [ ] You can save SQL runner charts
- [ ] They appear in search results
- [ ] …
-
# Issue Report #
## Bug ##
The kernel's memory usage on a DigitalOcean's 1 GB droplet with CoreOS rises up to an unreasonable level after leaving the machine on for around 5-7 days, making it un…
-
### Description
Pivot tables use the "Inter" font with monospaced settings. We should also update the font for the results table to ensure they have a consistent appearance.
-
> Resources:
- https://manning.com/books/grokking-algorithms
- https://github.com/egonschiele/grokking_algorithms
-
**Top Short Points**
Basic https://github.com/arslanaslam007/Interview/issues/4#issuecomment-464437943
Code https://github.com/arslanaslam007/Interview/issues/4#issuecomment-464437957
Stack https…
-
This is:
```
- [ ] a bug report
- [X] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSp…
-
The music table needs to accept the following fields:
- thumbnail
- title
- artists
- link
- album_music_id
A song belongs to one or multiple albums.