Samuel

Results 66 comments of Samuel

@foklorr this works around the FAT32 size limit for devices that don't support UDF or other filesystems (such as Amazon's FireTV with microSD cards).

@deleder2k check out Elementum. The change set became very large, so at @elgatito forked it.

With the PR https://github.com/exadel-inc/CompreFace/pull/580 for Coral support, is this looking any more possible? I tried looking through the contents of the PR but couldn't actually tell if it's possible to...

Thanks @pospielov , Can you offer any advice on how to get moving with it? My python skills are pretty much nonexistent, but if it’s just wrapping everything up in...

CUDA is the name of nVidia’s GPGPU cores, and from the file names, it looks like it is using TensorFlow, rather than TensorFlow Lite (required for Coral). In the PR’s...

> How did you test this? Not sure if the acceptance test framework is ready for this configuration. I haven't been able to test this so far, as I'm not...

Thanks so much for helping me navigate the testing & the bazel dependencies @sonnysasaka . Agree with your call on the function name, thanks for pointing it out! That should...

> I recommend squashing the changes into 2 commits (one authored by me about the document root and another one by @iamacarpet about the FPM configs + some refactor). Very...

@sl0wik did you ever get your fix sorted for this? We had a similar problem running migrations locally, and work around with these entries in `~/.bash_aliases`: ```bash alias phpdockercreatefolders='mkdir -p...

@mmudiamme are you able to run Cloud SQL Proxy as a sidecar container, rather than worrying about it being integrated into the buildpack itself?: ![image](https://github.com/GoogleCloudPlatform/buildpacks/assets/1333857/b1a02d78-9512-4fbc-b755-15fd0d2ac73c) That is using the outdated...