sdbbs

Results 29 issues of sdbbs

Thanks for this awesome software, which I've used without a problem on Linux! This time, I use MSYS2 `bash` shell on Windows 10; I have installed `go` as per https://stackoverflow.com/questions/37198369/use-go-lang-with-msys2...

In `gdb` (under Cygwin), I got: ``` [Switching to Thread 13604.0x396c] 0x000000010056b969 in _duma_allocate (alignment=1, userSize=32, protectBelow=0, fillByte=0, protectAllocList=1, allocator=EFA_CALLOC, fail=DUMA_FAIL_ENV, filename=0x1005f21c0 "UNKNOWN (use #include \"duma.h\")", lineno=0) at duma.c:1435 1435...

documentation

I'm trying to build the DUMA library on cygwin: ``` $ uname -a CYGWIN_NT-10.0 DESKTOP-MYPC 3.2.0(0.340/5/3) 2021-03-29 08:42 x86_64 Cygwin ``` I'm trying to follow https://github.com/johnsonjh/duma/blob/b35dea7/README.md: > - Inside the...

bug
documentation
portability

## Describe the issue In an earlier version of ipympl (unfortunately, haven't recorded which), if I chose the positioning of the toolbar on top, it was automatically placed on the...

### Bug description Upon an attempt to upgrade, I've discoved that JupyterHub 2.0.0, started from the command line, fails with the defaults once user is logged in, and instead produces:...

bug

## Description I use an Ubuntu 20.04 Server, with an installation of JupyterHub, where I use DummyAuthentication and SimpleLocalProcessSpawner. JupyterHub is then proxied by Apache 2.4. I have prepared some...

bug

### Problem I have a classic Jupyter notebook running on an Ubuntu 20.04 server, proxied via Apache server ( some more details in https://stackoverflow.com/questions/69224610/using-voila-with-jupyter-notebook-proxied-on-apache-server ) I have also installed voila,...

documentation

Hi, Possibly off topic, but this was the closest "forum" for this, I could find: I was very happy when I saw there is a standalone QtDesigner on https://build-system.fman.io/qt-designer-download -...

I just learned about `progress`, and I tried building it on MSYS2 (Windows 10). Just wanted to document my changes to get it to compile and run, as I don't...

The main [CMakeLists.txt](https://github.com/raspberrypi/pico-examples/blob/master/CMakeLists.txt) starts with `add_subdirectory`, and it does: add_subdirectory(usb) [usb/CMakeLists.txt](https://github.com/raspberrypi/pico-examples/blob/master/usb/CMakeLists.txt) then does add_subdirectory(device) and finally, [usb/device/CMakeLists.txt](https://github.com/raspberrypi/pico-examples/blob/master/usb/device/CMakeLists.txt) does: ```cmake set(FAMILY rp2040) set(BOARD pico_sdk) set(TINYUSB_FAMILY_PROJECT_NAME_PREFIX "tinyusb_dev_") add_subdirectory(${PICO_TINYUSB_PATH}/examples/device tinyusb_device_examples) add_subdirectory(dev_hid_composite) add_subdirectory(dev_lowlevel) ```...