-
Hi,
i get error when init my tests
For production i use SQL Server and i have schema named: dbo
My Class User:
`@Entity
@Table(name="USER",schema="dbo",catalog = "MYCATALOG")
public class …
-
We are using module source in external Git repo in the form of
```
module "host1" {
source = "git::ssh://git@bitbucket.org/org/org_modules//myhost?ref=HEAD"
param1 = "foo"
}
module "host2…
-
It's not usually good practise to overload common key bindings.
`ctrl + r` is regularly used to change project (File: Open Recent).
Is it possible to change `rust-analyzer.run` to use a different …
-
I started using MoonScript recently with Awesome window manager and with a
couple of toy Web projects based on OpenResty. I find MS generally pleasant to
use, but unfortunately (less so than Lua, bu…
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or…
-
when calling `browse::browse()` in RStudio v1.3.698 on macOS Mojave 10.14.6 I get
https://github.com/mlr/NA/blob/e12475364a8412e94b19b99d329ed98b5d174c8f/tests/testthat/test_classif_dbnDNN.R#L34-L3…
pat-s updated
4 years ago
-
I would like to have the ability to open multiple files at once from the command line using wildcards.
I put "code" in my path, so I often open files using the command:
`code "filename.txt"`
or a…
clisc updated
5 years ago
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/problem/506387/vs2019-code-intelligence-refactorings-and-quick-ed.html)._
---
I'm…
-
From Codacy issues
> assert is removed with compiling to optimised byte code (python -o producing *.pyo files). This caused various protections to be removed. The use of assert is also considered a…
-
There's something odd going on when typing actual code into Vs Code. To reproduce:
1. Create a file called index.html.
2. Type .
3. Press enter.
Expected behavior:
The cursor goes to the next line.
P…