iilyak

Results 39 issues of iilyak

The standard `format!` macro supports `with` configuration https://doc.rust-lang.org/std/fmt/index.html#width I am trying to format `0x0100` using `"{:#06x}"` however I am getting ``` failed to parse the format string at the character...

I have a stream of data which doesn't have a timestamp. The rate of events is so high that I need a microseconds resolution to use timestamp based approach. I...

Awesome plugin. Are there any downsides to replace use of a `shorttext` field with `caption`. Tiddlywiki have special logic to handle `caption` field. In particular it is displayed correctly in...

**Is your feature request related to a problem? Please describe.** I would like to be able to download a single file from private repository on github. **Describe the solution you'd...

Feature

### Is your feature request related to a problem? Please describe On Mac M1 architecture if you need to compile for x86 you are forced into having two parallel installation...

enhancement

I have a JSON in the following format. ``` { "person1": { "name": "name1" }, "person2": { "name": "name2" } } ``` ``` defmodule Person do defstruct [:name] end ```...

Quite often I find myself copy/pasting following snippet into `.envrc` ``` asdf_has() { asdf current $1 >>/dev/null 2>&1 } use asdf while read asdf_tool; do if ! asdf_has ${asdf_tool}; then...

## Overview This PR implements a draft of [proposal](https://lists.apache.org/thread.html/rcc742c0fdca0363bb338b54526045720868597ea35ee6842aef174e0%40%3Cdev.couchdb.apache.org%3E) ## Testing recommendations Running `make check` should be sufficient. You might need to comment out the [following line](https://github.com/apache/couchdb/blob/prototype/fdb-layer/Makefile#L167) because elixir tests...

## Overview This PR allow us to distinguish between new doc and update of the existent doc for tracing. ## Testing recommendations 1. update rel/overlay/etc/default.ini as follows ``` rel/overlay/etc/default.ini [tracing]...

## Overview This is a cherry-pick of a https://github.com/apache/couchdb/commit/845f917e35005a84ee790cd9cb9918d0b5be25ef from `main` into `3.x`. ## Testing recommendations Usual `./configure && make` would be sufficient since this commit doesn't provide new functionality....