Felix

Results 44 issues of Felix

I use pandocology to render markdown files to html. Here is how my cmake looks: ``` include(pandocology) set(doc_resources index.md 2017_10_01_Firmware_Plugin_usage.md 2017_10_12_Plugin_Initialization.md ) add_custom_target(adr) foreach(doc IN ITEMS ${doc_resources}) string(REPLACE ".md" ""...

With `3.15.3-200.fc20.x86_64` & `3.15.4-200.fc20.x86_64` comes the r8723au. I thought it's the same as 8723au, which work very well :thumbsup: But with r8723au it just show a connection, but nothing happens:...

It would be cool to have a easy way to access the build api docs for each PR. See: https://github.com/posativ/isso/pull/810#issuecomment-1068210483 If someone wants to work on that just sign up...

feature
docs
testing/ci

- Needs CI branch fixed & merged - Needs tests - Update docs

### **Code** ```python from flask import Flask from flask_restx import Api, fields, Resource app = Flask(__name__) app.config["RESTX_VALIDATE"] = True api = Api(app) ns = api.namespace("foo", description="FooBar") @ns.route("") class Main(Resource): @ns.marshal_with(fields.List(fields.String))...

bug

Document in UI and Docs that after getting the token there is no way to get it again so one should take care and store it safely.

documentation
enhancement
good first issue

![](https://user-images.githubusercontent.com/1682954/154861519-a38706bb-ad54-4b77-b378-3ae8856abfdb.png) The UI/UX could be better here, with where the input fields are.

enhancement
UI

If you add a extra slash at the end to post a version like this it fails with 404 without message on curl: ``` curl -X POST -F "file=@_site.zip" http://docs.roche.com/api/project/2.0.0/...

bug
good first issue
python