Rui Oliveira

Results 17 issues of Rui Oliveira

Hello there, As I understand it, you can have a few types of "Catalogues". I understand the "typical" scenario is to just have a Plugins directory alongside the hosting binary....

Hello there! From what I understand you need to have plugins in a specific directory for the system to work. From the tutorial: > We will publish the OpenWeather.Plugin to...

### Issue Summary As [per the docs](https://docs.wagtail.io/en/stable/advanced_topics/api/v2/configuration.html), it's easily possible to get API endpoints for the built-in document types. Example: ```python from wagtail.api.v2.router import WagtailAPIRouter from wagtail.images.api.v2.views import ImagesAPIViewSet api_router...

good first issue

Hey, This pull request is my attempt at solving the issue #69 that I raised. I mashed together the original dictionary file and the previous commit ones, and added a...

Hey, I look at the .gifs in the `readme.md` and I notice that for example, the word `VERSION` is highlighted. But for me, it's not doing that. It looks like...

I'm using the SoapySDR C API. Since `SoapySDRDevice_listSampleRates` is market as deprecated, and the HackRF has a continuously tunable sample rate, I went and used `SoapySDRDevice_getSampleRateRange`. However, the return value...

Hey! Visual Studio 2022 introduced x64 builds for the first time. This broke all extensions. There is a [migration guide](https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022#extensions-written-in-a-net-language). For extensions written in C# it's basically just an x64...

On line 627 `return ret.value()` should probably be `return ret.value` (I'd make a pull request if I only knew how to use git decently)

Hey! I installed the module using` pip`, using `easy_install` and using `python setup.py install` and regardless of what I do I always get: ``` In [1]: import ALP4 --------------------------------------------------------------------------- ModuleNotFoundError...

On ALP4.py: lines 333, 334: ``` elif (version == '4.2'): libPath += 'alpD41.dll' ``` The DLL name is wrong. Should be `alpV42.dll` or `alpV42basic.dll` depending of basic or high-speed API....