Christophe Faucon

Results 6 issues of Christophe Faucon

In my code I try not to have strings, so I have created a static helper that follows: ```c# namespace Mobil.Tommeplan.Core.Helpers { public static class LocalizationHelper { public static CultureInfo...

enhancement

With the current version of Xamarin the included samples fail to build with "the xamlctask failed unexpectedly" due to the Xamarin Forms version being old. This is remedied by updating...

I downloaded the repository, the samples project fails to build on a missing SkiaSharp.Components.Markup.Build project When building that project directly it fails in SkmlTask.cs:43, "Layout does not contain a definition...

Fix an error relating to Issue 4(1) (1) https://github.com/arq5x/nanopore-scripts/issues/4

I'm looking to rewrite some of the scripts we were using for fast5 parsing, and in particular to just borrow functionality from poretools but I'm having trouble running with python3....

with respect to [issue 100](https://github.com/arq5x/poretools/issues/100): - code converted to python3 standard - python 3 loads and seems fine, but hasn't been extensively tested (python2 likewise) - tabs have been converted...