110416
110416
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes
scala IDE and sbteclipse-plugin are not maintained. Is there any reason to keep adding sbteclipse-plugin?
# Ask a Question ### Question Hello, I tried [MNIST Handwritten digit recognition](https://github.com/onnx/models/tree/main/vision/classification/mnist) in Java( and Scala). I guessed test_dataset_0/input_0.pb contains sample data of type float array, but I didn't...
CodacyCoverage seems to be no longer maintained. Should we switch to [codacy-coverage-reporter](https://github.com/codacy/codacy-coverage-reporter)?
I temporarily named event as `EventWindowAppear/Disappear`, but I think there would be better candidates. Which do you think is better for visibility event name? - EventWindowShow/Hidden - EventWindowAppear/Disappear - EventWindowVisibilityOn/Off...
I encountered following warning after closing window of example dashboard application. ``` LayerD3D12.cc:117 Close DX12 layer for window 0x0000018D95CD1CC0 DX12SwapChain.cc:102 Failed to call _dxgiSwapChain->ResizeBuffers( _buffersCount, _currentWidth, _currentHeight, swapChainDesc.BufferDesc.Format, swapChainDesc.Flags )...
Embedded Scastie script seems to block html rendering. I tried `defer` and `async` but it raises the error. `Failed to execute 'write' on 'Document': It isn't possible to write into...
Only JAsyncContext uses scala.compat.java8, thus we can remove scala-java8-compat if we replace it with scala.jdk.FutureConverters. Is there any intention to keep using scala.compat.java8? @getquill/maintainers