-
Resizing VMs by using Azure PowerShell as the following:
$vm = Get-AzureRmVM -ResourceGroupName $rgname -Name $objname
$vm.HardwareProfile.vmSize = $newSize
Update-AzureRmVM…
-
How do you prepend the GS1 FNC1 data codepoint (232) to a datamatrix?
Doesn't seem to be any char value that translates to the FNC1 as a start data codepoint.
blumf updated
6 years ago
-
I’m trying to create a project in java for Create a QR but whit ISO/IEC-18004
I don’t have a lot of experience and I’m using: https://github.com/zxing/zxing/tree/master/core/src/main/java/com/google…
-
I am having trouble getting my barcode to scan because it appears I am not using FNC1 characters correctly. When I use the bwip-js PNG generator to create a GS1-128, it works unless I have a variable…
-
Packaging affects all variants, because of being added to Product Template. I think it should be Product Product.
How do you distinguish between different variants in the packaging, if it's on the pro…
-
When encoding a DataMatrix the code substitutes ASCII character 29 (\) with the FNC1 character where FNC1 is defined as `(char)232`. [Code here](https://github.com/micjahn/ZXing.Net/blob/2502fb2c6d3d…
-
Good day
We are on **West US 2** region and it is possible to manually resize a VM previously created by the plugin to Standard_DS2_v**3** via portal.azure.com
However, it is not possible via th…
-
This is probably a mistake
class MyCustomCompany extends CompanyInterface
change to
class MyCustomCompany implements CompanyInterface
dusta updated
6 years ago
-
Hello,
How do you guys add Function code (ie FNC1) ?
My scanner always fails because of a missing function code FNC1 after the STARTC character.
Sample options:
```
bwipjs.toBuffer({
…
-
Many recipe sites that already use schema.org markup have tags or categories for restricted diets such as **Gluten Free** or **Low Fat** but no way to markup those attributes formally. I would like to…