Mark Fisher

Results 9 comments of Mark Fisher

``` $ dub build --arch=x86_64 dlangide -v -v Building package dlangide in ....\dub\packages\dlangide-0.8.12\dlangide\ Using dub registry url 'https://code.dlang.org/' Refreshing local packages (refresh existing: true)... Looking for local package map at...

it's working here.

``` { "authors": [ "Vadim Lopatin" ], "targetName": "dlangide", "description": "Cross platform D language IDE based on dlangui library", "importPaths": [ "src/" ], "targetPath": "bin", "name": "dlangide", "dependencies": { "dcd":...

I'm getting a lot of 500 errors on windows native CPU for face detection.

I've got it to build now by commenting the assert. I also edited reggae.d: private bool isExecutable(in char[] path) @trusted nothrow @nogc //TODO: @safe { version(Posix) { import core.sys.posix.unistd; import...

dub test reggae Error: Could not execute dub describe -c unittest: Unknown build configuration: unittest

``` diff --git a/src/pages/products/{ShopifyProduct.productType}/{ShopifyProduct.handle}.jsx b/src/pages/products/{ShopifyProduct.productType}/{ShopifyProduct.handle}.jsx index aa1eb4b..4162efc 100755 --- a/src/pages/products/{ShopifyProduct.productType}/{ShopifyProduct.handle}.jsx +++ b/src/pages/products/{ShopifyProduct.productType}/{ShopifyProduct.handle}.jsx @@ -36,7 +36,7 @@ export default function Product({ data: { product, suggestions } }) { variants: [initialVariant], priceRangeV2,...

Yes, it's broken on v2.076.0 on windows and linux.

The unittest fails on v2.076.0 ``` src/temple/temple.d(164,10): Deprecation: temple.util.std is not visible from module temple src/temple/temple.d(210,8): Deprecation: temple.vibe.vibe is not visible from module temple C:\D\dmd2\windows\bin\..\..\src\phobos\std\algorithm\mutation.d(2481,36): Error: reinterpreting cast from Tuple!(Delim,"delim",...