-
Attempting to build the void extension in vscodium on Mint. I am assuming it should work the same as building with vscode. Happy to for this to be closed and trashed if I've got this fairly basic assu…
-
Hey guys,
you are doing great job with providing CKEditor as Bower package.
One thing that I would appreciate is having access to compiled (released) version of CKEditor 4 but without doing minifica…
lfryc updated
6 years ago
-
It is possible to load additional CSS files for the TYPO3 backend interface via regular $TYPO3_CONF_VARS settings in a settings.php file of a project (previously known as LocalConfiguration.php) file …
-
Is it possible to setup the site as a subsite? The problem I'm having is that I have the main site, then I want to setup the TightWiki as a Subsite. While I was successful getting the site up and ru…
-
Hello,
There seems to be an issue with ace editor scrollbars. I don't see any scrollbar whatsoever (in resources view in browser the css display property is flickering to none and back).
I'm attachi…
-
Version 0.71.1
----
I use to process resources like this:
```
{{ $style := resources.Get "scss/main.scss" }}
{{ $style = $style | resources.ToCSS (dict "enableSourceMap" true) }}
{{ $style = $…
-
### Version
1.48.2
### Steps to reproduce
1. Clone https://github.com/jeff-an/playwright-shadow-dom-repro/tree/main
2. npm i
3. npx playwright test
4. Notice test failure in [example.spec.ts](https…
-
This isn't anything new. I am able to reproduce with v0.54.0 and later.
```go
func TestFoo(t *testing.T) {
t.Parallel()
files := `
-- hugo.toml --
disableKinds = ['page','rss','section','s…
-
### What would you like changed about the web client?
I would like the legend not to overlap with text when scrolling on mobile.
### Describe the solution you'd like and propose possible alternative…
-
This subtask is part of issue #15: Create back-end for games
Objective: Set up the initial Next.js project structure with TypeScript and Tailwind CSS.
Steps:
1. Initialize a new Next.js project with…