Yves Chevallier

Results 15 issues of Yves Chevallier

### Steps To Reproduce I installed Bitwarden and configured it without SSL as I would like to use an Apache reverse proxy. I also configured Bitwarden to listen on 8180....

bug

I have written a small `rst` snippet to see what *sphinx-markdown-builder* has in its guts. I am currently not quite impressed, but I feel this project deserves some interest and...

Consider this project # Project ``` . ├── conf.py ├── foo.rst ├── bar.rst ├── index.rst └── index.rst ``` ## `index.rst` ``` Test ==== .. toctree:: :numbered: :maxdepth: 2 :caption: Numbered...

bug
latex

I don't know exactly what the expected behavior is, but here is what I have: An assignment with two branches (private template): - `master` with the student's assignment - `solution`...

I love the idea of GitHub Classroom, but it is currently a bit cumbersome for me to do the assignments correction. When I use the Classroom Assistant, it syncs the...

I have the following: ```yml deploy: - provider: pypi - provider: releases ``` If I do it will refuse to add my password... ``` travis setup releases ``` If I...

I use .dotfiles deployment in my Linux and I would like to use `~/.config/mintty` directly for mintty. Unfortunately I have to place the config files into `%APPDATA%\mintty\config`. I have tried...

question

I've tried to open it with VisualStudio but there is no project file. Anyone can give me some advice?

From your README: >You can implement your own [User Provider](https://laravel.com/docs/5.8/authentication#adding-custom-user->providers): just remember to implement the retrieveByCredentials method receiving the Keycloak Profile >information to retrieve a instance of model. >Eloquent/Database User...

After loading the plugin I get this error: ```bash vue-custom-tooltip.esm.js:325 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '$isServer') at Object.installMyComponent [as install] (vue-custom-tooltip.esm.js:325:42) at Object.use (runtime-core.esm-bundler.js:4365:28) at...

bug