-
When Spade is pinned, VS frequently (not every time) hangs when dragging a document from one pane to another. When Spade is hidden, no problems occur. To avoid VS hang, I must hide Spade every time …
ghost updated
5 years ago
-
## Context
`az cloud register` currently has no way to configure Microsoft Graph endpoint:
```
$ az cloud register -h
Command
az cloud register : Register a cloud.
When registe…
-
When I try tu add a class to the class attribute of an html element in a webform file (aspx or master) when codeium is enabled, the editor hangs and visual studio is restarted. If I disable codeium lo…
-
In https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/master/docs-ref-services/data-lake-analytics.md, the example given is with outdated API:
from azure.mgmt.datalake.analytics.account.mo…
-
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [x] documentation issue or request
- [ ] regression (a behavior …
-
Create a new histogram component to be used when the search results are clearly not "Zeek" or analytics. Keep the old one to render when the resulting schemas contain a "ts" and a "_path" field.
The …
-
- https://www.dremio.com
- https://www.dremio.com/wp-content/uploads/2021/12/Dremio-Cloud-1-pager-2-1.pdf
Dremio is a Forever-Free Data Lakehouse Platform – the only one built for SQL and built on…
-
I'm working on a game called [GnollHack](https://github.com/hyvanmielenpelit/GnollHack) in .NET MAUI 9.0 Preview 6 that uses SkiaSharp 3.0 Preview 3.1 with several SKCanvasViews. However, after openin…
-
**Is your feature request related to a problem? Please describe.**
We are using Tyk for metering and as a Data Lake about our API usage.
We have great information about REST requests but no informa…
-
#### Repro
```fs
module Thing
let error =
let f _ _ _ (stateA, resultA) (stateB, resultB) _ =
if stateA && stateB then resultA else resultB
f () () () (true, ()) (true, ()) ()
…