Laurent Constantin

Results 7 issues of Laurent Constantin

#### Description Add support for Moodle . This will read the version.php file on Moodle repository. The icon is close to the Moodle logo. #### Screenshot ![image](https://user-images.githubusercontent.com/1695207/57061414-06c98680-6cbd-11e9-9eed-7a0f0de8437b.png)

new-feature
frozen
under-discussion
review-required

Integrate nirvanahq as a recipe for Franz 5. Start *Getting Things Done* ® Begin your new year with complete clarity. Nirvana helps you organize and accomplish all your life's to-dos,...

Hello, After installing and running the package, I got an instant crash. Can you fix it ? Thanks in advance ! ``` ➜ sudo /usr/lib/throttled/lenovo_fix.py --debug [I] Detected CPU architecture:...

Hello, This PR add the ability to use this plugin inside a full Moodle repository and test multiple plugins already present in the repository (provided as submodules for example). It...

First at all, thanks for this wonderful project. I am having an issue with a primary key having the zero value (It's an existing database, don't ask me how it...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Upload a pack to the device on linux **Expected...

I tried to use multi-search with "Union" type on `typesense==1.1.1`. Snippet: ```python for model, collection in model_and_collection: query.append( { "collection": collection.schema_name, "query_by": collection.query_by_fields, "q": q, } ) results = client.multi_search.perform(...