Jonathan Giroux (Koltes)

Results 33 issues of Jonathan Giroux (Koltes)

Hi, For unknown reasons, yEd on my machine is unstable with jre8 but works fine with adoptopenjdkjre. The package description says it depends on the latter, but the manifest specifies...

Hi, I've installed Authelia with success, among others as a light password self-service over LDAP (I can't ask users to change their password with phpLDAPadmin 😄). The problem is, I...

priority/4/normal
area/security
type/feature
area/email

#### Is your feature request related to a problem? Please describe. My projects use Axios, and they always do in a way that that promise rejection will end up being...

state::triage

# Environment Knex version: 2.1.0 If issue is about TypeScript definitions, tag @lorefnon. # Bug I understand that TS support are best-effort and I'm happy with it so far. I...

**Please ensure that your pull request fulfills these requirements:** - [X] The pull request is being made against the `master` branch - [ ] Tests for the changes have been...

minor version
fix

This is not a PR yet, but rather a first step to ask: - Is this feature wanted? - How do you feel about adding a config to enable/disable this...

##### SUMMARY Add attribute in S3 tasks: boolean `path_style`, defaults to `no`. ##### ISSUE TYPE - Feature Idea ##### ADDITIONAL INFORMATION Some providers still use path-style endpoints. While the endpoint...

needs_info
needs_template
waiting_on_contributor
feature
rgw
jira

I'm no biologist, but reading definitions, should structs/traits/fns with GenomeBuilder be rather called GenotypeBuilder? Also `Evaluated::genome` should be a genotype?

## PR Type Feature ## PR Checklist - [X] Tests for the changes have been added / updated. - [X] Documentation comments have been added / updated. - [ ]...

B-semver-minor
A-web

`cond` takes a `bool` and a `Parser`. This patch adds `cond_opt` which does the same with a single `Option`. Implementation and example are also based on `cond`. I found it...