Marco Pfeiffer

Results 41 comments of Marco Pfeiffer

@yohang I know that the problem was that the [option resolver](https://github.com/yohang/Finite/blob/master/src/Finite/Loader/ArrayLoader.php#L192) somehow got the disabled option. I try to reproduce it later, currently i have no time.

Maybe I described it the wrong way. I'm not talking about orphaned doctrine objects, I'm talking about orphaned files. If you have a relation defined with `@JoinColumn(onDelete="CASCADE")`. then the database...

That's an interesting idea. But I'm not totally sure this belongs into this bundle. As you already pointed out, stream wrappers already work not only of s3 but also the...

There are a few reasons for both: in favour of Number: - support for [TTL columns](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/time-to-live-ttl-before-you-start.html#time-to-live-ttl-before-you-start-formatting). This is probably the big one. - smaller. iso dates are 24 bytes long...

I didn't touch the `oci8` layer, I modified the `odbc-snowflake` layer.

Mutagen works, if you know your ssh and mutagen stuff. I added an entry to `~/.ssh/config` to disable host key check and specify the port, to make it easier to...

It could but... I feel like it won't be intuitive or stable. There are issues with very large amounts of files (multiple projects) write privileges, the amount of [inotify watches...

Well, I kind of get your point but 404 doesn't say that the url is invalid, it says that the resource is unavailable, which it isn't for that person doing...

I'm a bit late here but I don't think this repo should now build php images from scratch. This here is an extension to the official php repo and if...

Your third way is basically my second way except with a checksum instead of a version. I honestly don't know whats best. I don't think a checksum or version is...