Martin Meixger

Results 7 comments of Martin Meixger

Please read author's comments on https://github.com/neuecc/MessagePack-CSharp "Before creating this library, I implemented a fast fast serializer with ZeroFormatter#Performance. And this is a further evolved implementation. MessagePack for C# is always...

@Q-Tec90 Have you seen the [`SqlMapperExtensions.TableNameMapper`](https://github.com/DapperLib/Dapper.Contrib/blob/d5c8016fed56227c7352fbdaa804be0924433a13/tests/Dapper.Tests.Contrib/TestSuite.cs#L560)?

https://stackblitz.com/edit/nuxt-starter-7dxlug https://user-images.githubusercontent.com/600424/221414453-8ba08942-f65f-4fc4-b998-3dc83707f91b.mp4

> Have the same issue(( please help! I have abandoned layouts (for now) and now use [nested routes](https://nuxt.com/docs/guide/directory-structure/pages#nested-routes). (Inspiration came from [Elk](https://github.com/elk-zone/elk) 🚀)

I had similar errors after upgrading from a very old WebCompiler. Resolved my errors and gained backward compatibility by addeing the `math` property to compilerconfig.json.defaults ``` "compilers": { "less": {...

I also encountered this error. Took me several hours to figure out. The docs are not helplfull.

Hi @jcamiel > Do I understand correctly your use case if I emulate it by injecting a variable: Yes. I assume the proposed function `getFile` would load the content of...