amura11

Results 13 issues of amura11

I'm trying to get Sql.js working with TypeORM inside Electron as part of the renderer but I'm running into an error I don't know how to handle. I'm getting the...

For simplicity assume my goal is to have an attribute on a method that generates a new class whose name is the methods names followed by "Wrapper". For example if...

question

I have RazorGenerator.MsBuild setup and I've been noticing that if I have a breakpoint in a view (.cshtml file) that is rendered using `@Html.Partial("_MyViewName")` my breakpoints aren't triggered. If I...

Assuming I have the following: ``` interface IMyService { doTheThing(): void; } class MyService extends IMyService { constructor(baseUrl: string) { this.baseUrl = baseUrl; } doTheThing(): void { //Do something here...

question

**Steps to Reproduce** 1. Install the `WkHtmlToXSharp.Bundle` Nuget package 2. Try to run the following code: ``` WkHtmlToXLibrariesManager.Register(new Linux32NativeBundle()); WkHtmlToXLibrariesManager.Register(new Linux64NativeBundle()); WkHtmlToXLibrariesManager.Register(new Win32NativeBundle()); WkHtmlToXLibrariesManager.Register(new Win64NativeBundle()); using (MultiplexingConverter converter = new...

I have a project in Crowdin that's being translated into French (fr), Spanish Mexico (es-MX), and Spanish Spain (es-ES). I'm running into an issue where if I defined my configuration...

Having a Docker container for this would make it easy to setup locally using unRAID, Portainer, or similar software. It looks like #13 is currently blocking this for now though.

Added a call to forward metadata from the provided object's prototype

I wanted to create a decorator that would add metadata to my class component then be able to pull that metadata out using a mixin and the `beforeCreate` hook (I'm...

I have this issue for a long time across multiple installs. The Extract in-place option resets when the server/VM is rebooted. Both servers that I've had the issue with have...