Marc-André Vigneault
Marc-André Vigneault
The `type` cannot be hinted properly in IDEs. e.g ``` import pyopencl as cl import pyopencl.cltypes N = 10 HOST_myArray = np.array([cl.cltypes.make_float4(1, 0, 0, 0)] * N, dtype=cl.cltypes.float4) ``` The...
OS: Linux raspberrypi 5.10.52-v7l+ #1440 SMP Tue Jul 27 09:55:21 BST 2021 armv7l GNU/Linux For the bcm43455, for any of the subfiles, when launching 'sudo make', it returns: Makefile:3: /firmwares/bcm43455/7_46_77_11_hw/definitions.mk:...
launches the command `sudo make dkms_install` inside the cloned directory. The log output is this: ``` DKMS make.log for 8814au-5.8.5.1 for kernel 5.4.83-Re4son-v8l+ (aarch64) Mon Aug 9 16:20:13 UTC 2021...
iOS 13.3 on Ipad Pro. Can’t select folder as project when clicking on select. Sometimes folders appear to be selectable for a milisecond and then they grey out.
## Use the modern .toml file approach for package setup and build. In the requirements it is possible to set the platform for which a package must be installed. Thus,...
When trying to add points using either the right click or the dedicated `add` button, a TypeError is raised. ``` Traceback (most recent call last): File "/Users/marcandrevigneault/Documents/GitHub/gweatherrouting/gweatherrouting/gtk/chartstack_track.py", line 127, in...
On mac OS, it seems the only available gdal package is the 3.9.2. Thus, installing 3.6.4 does not work on macos. it needs to be >3.9 to work. Maybe possible...