yoyos

Results 11 comments of yoyos

Thanks for your help Do you have a sample of code to parse a raw EDID binary data coming from NvApiWrapper ? Or is it working only with your WindowsDisplayAPI...

Any update on this feature ? :)

Edition Windows 10 Pro Version 21H2 Installed on ‎12/‎01/‎22 OS build 19044.1645 Experience Windows Feature Experience Pack 120.2212.4170.0

thanks for the trick [dsalgador](https://github.com/dsalgador)

Have exact problem with 0.100.2 ``` using (var workbook = new XLWorkbook()) { var worksheet = workbook.Worksheets.Add("Sheet1"); var currentRow = 1; worksheet.Cell(1, 1).Value = "Head1"; worksheet.Cell(2, 1).Value = "🤔"; using...

Thanks for your help but I didn't change namespaces when using closdxml and inserted the smiley without encoding it. Actually I even extracted the XLSX archive and opened the specific...

Thanks @jahav With ClosedXML v0.100.3: `Test: C0 _xD83D__xDC4D_ 0/2 ✖0 ⚠️0 _xD83E__xDD14_` With your PR: `Test: C0 👍 0/2 ✖0 ⚠️0 🤔`

Didn't test so careful if you approve :)

Same here, solution I found was to go back to v 0.13.0 for the moment This bug is only on 0.13.1 ruby -v : ruby 2.2.5p319 (2016-04-26 revision 54774) [i386-mingw32]...

So parsing key in haml files is not supported in i18n_generators ? This may be the reason I can't get my keys in yml files ? ^^