jp2masa
jp2masa
Using `mkisofs`, I have these command line args: ``` -relaxed-filenames -J -R -o somefile.iso -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table isodir ``` Manpage: http://cdrtools.sourceforge.net/private/man/cdrecord/mkisofs.8.html I'm trying to use DiscUtils instead...
On NuGet, the latest version of `Microsoft.VisualStudio.ProjectSystem.Managed` and `Microsoft.VisualStudio.ProjectSystem.Managed.VS` were published 7 months ago. I couldn't find any myget feed with those packages either. What's the correct way of extending...
**Describe the bug** The XAML compiler currently throws an NRE when trying to bind to a generic property: ``` Internal compiler error while emitting node Avalonia.Markup.Xaml.XamlIl.CompilerExtensions.XamlIlBindingPathHelper+XamlIlBindingPathNode: System.NullReferenceException: Object reference not...
I already investigated the problem a bit, but I'm not familiar with the `Binding` code nor with `WeakReference`s, which I believe are part of the issue. In my code the...
Is this library compatible with [laravel-adjacency-list](https://github.com/staudenmeir/laravel-adjacency-list)? I'm trying the following code but the relationship returns an empty array: ```php class Category extends Model { use HasFactory; use HasRecursiveRelationships; use \Staudenmeir\EloquentHasManyDeep\HasRelationships;...
## Changes - Added support for `x:Array` extension, including inline syntax. ## Use cases `x:Array` as in WPF isn't really useful I believe, as it can be easily replaced by...
**Note (28/11/2017):** VS support for LSP seems to be mainly focused on open folder scenarios, so we should wait for now. We should implement the [LSP (Language Server Protocol)](https://github.com/Microsoft/language-server-protocol) for...
_From @furesoft on July 15, 2017 8:28_ _Copied from original issue: CosmosOS/Cosmos#699_
Currently IL2CPU is targeting netcoreapp2.0 and win7-x86, so it can only be run on Windows and it uses the .NET Core 2.0 assemblies that ship as part of the compiler,...
I think it would be interesting to call X# methods from IL (C#) using `ldftn`/`calli`. The assembler plug would be replaced with managed code, which means better portability. ## Example...