Paweł Janowski
Paweł Janowski
It would be great when this plugin will be works with VS 2022 (preview)
[https://www.youtube.com/watch?v=lYYNRMhdxiQ&ab_channel=8-Bitz](https://www.youtube.com/watch?v=lYYNRMhdxiQ&ab_channel=8-Bitz) What am I doing wrong ? Im always errors like 'required sector x missing" Im tested on Amiga FDD which works with Amiga 600. Im used straight and then...
/sig Network ### What happened? the automatic casting of value from commonLabels for Pods Labels makes misleading matchLabels into others K8s Kinds like NetworkPolicy. the workaround is only change into...
` [FixedLengthRecord(FixedMode.AllowLessChars)] public class Customer { [FieldFixedLength(5)] public int CustId; [FieldFixedLength(30)] [FieldTrim(TrimMode.Both)] public string Name; [FieldFixedLength(8)] [FieldConverter(ConverterKind.DateMultiFormat, "ddMMyyyy", "MMyyyy")] public DateTime AddedDate; [???] public Address[] Adresses }` `[FixedLengthRecord(FixedMode.AllowLessChars)] public class...
I want to redirect to pxe server on odhcpd - it is possible ? `config dhcp 'lan' allow booting; allow bootp; .... group { next-server 192.168.1.2; filename "/tftpboot/pxelinux.0"; } `
Hello! This Project support the Orange Pi Zero (http://www.orangepi.org/orangepizero/) with built-in WiFi ? XR819, IEEE 802.11 b/g/n Vy 73! de SQ7MRU, Pawel
```` switch (_hashAlgorihtm) { case HashAlgorithm.SHA1: digest = ComputeDigest(new Sha1Digest(), message); digestInfo = CreateDigestInfo(digest, "1.3.14.3.2.26"); break; case HashAlgorithm.SHA256: digest = ComputeDigest(new Sha256Digest(), message); digestInfo = CreateDigestInfo(digest, "2.16.840.1.101.3.4.2.1"); break; case HashAlgorithm.SHA384:...
I have on DB set ENABLE_BROKER = true when i publish the DacPac, the DB has set ENABLE_BROKER to false How to set via DacPac (DacFX) the DB option ENABLE_BROKER...
Please add feature like emulate modem 300,600,1200,2400 and maybe 9600 bps via WiFi Connection emulating real serial modem (WiFi) like this : [https://github.com/svenpetersen1965/C64-WiFi-Modem-User-Port](https://github.com/svenpetersen1965/C64-WiFi-Modem-User-Port)
https://github.com/randyrossi/bmc64/blob/master/new_io.cpp#L111 Hi! is possible to use USB Serial Adapter to connect ex. external modem via virtual userport ? Regards Pawel