Marc Hanisch

Results 9 issues of Marc Hanisch

At first many thanks for your great color scheme :+1: Compared to other colorschemes I recognized, that HTML attributes are hard to read: Here is a screenshot of vim-monokai-tasty: ![Bildschirmfoto...

When running code with "Run as Scratchpad", the Scratchpad is not visible. **Steps to reproduce:** Select "Project" > "Run as scratchpad" **What is expected to happen:** A Scratchpad window should...

Hello, I'm using `vim-lsp` + `vim-lsp-settings` to edit Vue files. I've instructed `vim-lsp-settings` to just use `vls` as LSP provider in my .vimrc: ```vim let g:lsp_settings_filetype_vue = 'vls' ``` In...

In Episode 4, ["Tracking Changes"](http://swcarpentry.github.io/git-novice/04-changes/index.html), the first usage of `git add` was introduced with the sentence > We can tell Git to track a file using git add And after...

Hello, it would be really a great help, if it is possible to create multiple toots at once. Often I compose a new toot which exceeds the maximum character length....

enhancement

## What happened? When using Django with a non-English localization, the `Decimal` values passed from Django to the Vue components are converted to localized values in the Django template, eg....

bug

Hello, I'm new to GeoNode development and just followed [your instructions](http://docs.geonode.org/en/2.10.x/install/project/index.html#docker) to build docker containers to run a development version of GeoNode. Unfortunately the _django_ and _celery_ containers constantly crash...

bug

I just tried to install Scamper, but I get the following warning when I install the SAR (via File List): ``` This package depends on the following classes: FormInputSet You...

At first thanks for this module. We're currently migrating a Nuxt2 app to Nuxt3, and as we're using the `nuxt-property-decorator` with class components, we're now able to use our components...