Andrew Vineyard
Andrew Vineyard
@pashagolub Did you figure this out? I'm having a similar issue.
@Hyzual I had this issue when getting the docker-compose with Koel running. I solved it by moving my music files into /media. The Apache permissions aren't properly set up to...
I hadn't had the chance to test the changes on my machine. Perhaps it should be tested before closing the issue?
I had this issue as well, and I was able to get the desired behavior with a customization. Requires: - pandas - tabulate - html5lib ```python import pandas as pd...
`andoing@DESKTOP-NB25GBT:~/bedrock-gitops$ bedrock setup -v info: Enabling verbose logging debug: stdout -> 'az --version' -> azure-cli 2.12.0 core 2.12.0 telemetry 1.0.6 Extensions: azure-devops 0.18.0 Python location '/opt/az/bin/python3' Extensions directory '/home/andoing/.azure/cliextensions' Python...
After some investigation, neither of the proposed libraries can replace the same functionality without modification. **mergo:** The mergo.Merge function can't replace conjungo.Merge because the current config gets overwritten in case...
Verified this bug (feature request?). **component.yaml** file ``` name: hld type: component subcomponents: - name: sample-service type: static source: https://github.com/andrewDoing/test-sample-service method: git path: "./manifests" branch: master ``` Ran `./fab install`...
I reproduced this bug on Windows. The bug occurs within the function [`LoadComponent()`](https://github.com/microsoft/fabrikate/blob/19220cbade85c210b3edce381847d6a2c4e9d9ae/core/component.go#L96) in `component.go` **1st run:** the error `os.PathError` is returned from [UnmarshalComponent("yaml", ...)](https://github.com/microsoft/fabrikate/blob/19220cbade85c210b3edce381847d6a2c4e9d9ae/core/component.go#L99) `loadedComponents` and the error message...
```logs 2024-09-23 19:45:01.392 [debug] BufferManager: Editor viewColumn: undefined, winId: 1004, closing 2024-09-23 19:45:01.392 [debug] BufferManager: Visible editor, viewColumn: 2, doc: file:///Users/REDACTED 2024-09-23 19:45:01.392 [debug] BufferManager: Visible editor, viewColumn: undefined, doc:...
I think I found what is happening: https://github.com/neovim/node-client/blob/65ddb5e7c8fa6c1bd4a6cd6564ad0cdf83b7e92c/packages/neovim/src/utils/transport.ts#L114 It's an unexpected exception coming from the neovim node.js client. I don't yet understand why, but the value hitting was the number...