-
As discussed by @csanders-git and @bittner on Slack, and related to #1346 and #1420, we're proposing to simplify the repository structure and branching model of all repositories related to ModSecurity…
-
First of all: this does not change any existing SSZ functionality, this is a proposal to extend the information available, and move it out of the Eth2 specs repository.
The current SSZ specificatio…
-
`matrix::select_k` for data type **half** sometimes is extremely slow and takes significant fraction of `ivf_pq::search` time (especially non-fused search that is activated for k > 128).
The offendin…
-
_From [hyperqua...@gmail.com](https://code.google.com/u/112524678549337634210/) on December 28, 2012 14:32:28_
What steps will reproduce the problem? 1. Start playing a track (e.g. by double clicking…
-
The idea is to add the following cell text customisation options next to the current "Convert element labels" option to "Element labels":
1) Position of the text in the cell (top or bottom).
2) Fo…
-
In [Optimizing a Code Snippet and Define a New Loss Example](https://colab.research.google.com/github/zou-group/textgrad/blob/main/examples/notebooks/Tutorial-Test-Time-Loss-for-Code.ipynb), I can use…
-
I ran into some issues with rustc 1.58.0-nightly (b426445c6 2021-11-24).
I have the following code:
```Rust
#![feature(decl_macro)]
pub macro generate_class_new($name: ident) {
pub struct…
-
The argocd CLI uses the kubernetes default namespace. For example, "argocd app list" will return an empty list, if current namespace is not set to argocd. The CLI offers "-n" or "--namespace" paramete…
-
**This is a very exciting, fun and logical game which is purely built using HTML, CSS and JavaScript.**
### Why should this be added?
- Easy to understand and Fun to play
- It tests reasoning a…
-
## Overview
I ran into some issues where groupby nunique was bottle-necking my computations. In chasing things, I found that by re-implementing and I was able to get over 100x improvement in speed i…