Log message #4169665

# At Username Text
# Oct 3rd 2018, 09:16 Dj_DexterKu the wait thing at https://github.com/KastnerRG/riffa/blob/master/driver/linux/riffa_driver.c#L599 as well as line 819 do not seem to do the correct mechanism
# Oct 3rd 2018, 09:16 Dj_DexterKu lnnb: I must have missed you talking aobut something as dimwitted as bothering to fuzz squashfs
# Oct 3rd 2018, 09:08 sandeep_ nginx 15 is latest out.
# Oct 3rd 2018, 09:08 sandeep_ Panther: how's your experience with Folland?
# Oct 3rd 2018, 09:07 neon1024 Touché
# Oct 3rd 2018, 09:07 neon1024 > Bots are talkative, today.
# Oct 3rd 2018, 09:07 neon1024 Haha
# Oct 3rd 2018, 09:07 Guest10145 no alot of trickle is fine
# Oct 3rd 2018, 09:07 Guest10145 i am doing tcflush too, before reading
# Oct 3rd 2018, 09:06 Guest10145 and there's no reason for me to reinvent the wheel by coding an app from scratch in C# when PowerShell has builtin shit ot already do it
# Oct 3rd 2018, 09:06 Guest10145 Bots are talkative, today.
# Oct 3rd 2018, 09:06 Guest10145 I guess everyone uses smaller package for that
# Oct 3rd 2018, 09:06 mguycs hi, www.google.com sent an invalid response. ERR_SSL_PROTOCOL_ERROR, --ssl-version-min=tls1.3 does not work, tested with 68.0.3440.106
# Oct 3rd 2018, 08:47 prasanna.venkat @neon1024 chmod 775 fixed it. Thanks a lot!
# Oct 3rd 2018, 08:44 neon1024 I’m guessing Registry, and I’ll be building instances
# Oct 3rd 2018, 08:44 neon1024 I want to build a group of value objects which can be converted to array, but I’m unsure which implementation of the above would be more suitable
# Oct 3rd 2018, 08:43 neon1024 It is as simple as the Docblocks make it sound?
# Oct 3rd 2018, 08:43 neon1024 `Provides registry and factory functionality for object types. Used as a super class for various composition based re-use features in CakePHP.`
# Oct 3rd 2018, 08:42 neon1024 `A collection is an immutable list of elements with a handful of functions to iterate, group, transform and extract information from it.`
# Oct 3rd 2018, 08:42 neon1024 Can anyone explain the difference between `\Cake\Core\ObjectRegistry` and `\Cake\Collection\Collection` ?
# Oct 3rd 2018, 08:36 neon1024 @prasanna.venkat Let me know how you get on :thumbsup:
# Oct 3rd 2018, 08:34 prasanna.venkat @neon1024 Thanks I will check it
# Oct 3rd 2018, 08:33 neon1024 Maybe you didn’t add `type => file` to your form in the template?
# Oct 3rd 2018, 08:33 neon1024 Hence the `-R` for recursive, perhaps you have different permissions on different folders
# Oct 3rd 2018, 08:32 prasanna.venkat ok but in other parts of the application it is working fine
# Oct 3rd 2018, 08:32 neon1024 Or perhaps 775, I forget
# Oct 3rd 2018, 08:31 neon1024 Probably something like `chmod -Rv 755 webroot/files`
# Oct 3rd 2018, 08:31 prasanna.venkat How can I solve this?
# Oct 3rd 2018, 08:29 neon1024 As it’s really just calling `rename()` in the background, https://github.com/davidyell/CakePHP3-Proffer/blob/master/src/Model/Behavior/ProfferBehavior.php#L268
# Oct 3rd 2018, 08:28 neon1024 Usually it’s a file system permission issue
# Oct 3rd 2018, 08:28 prasanna.venkat @neon1024 I am getting CannotUploadFileException in cakephp3-proffer is there a solution for this issue
# Oct 3rd 2018, 08:18 lvrp16Dj no, but the assignment variables does
# Oct 3rd 2018, 08:18 lvrp16Dj but oh well I guess I'll have myself a whole bunch of random compute power that's relatively easy to spin up and down
# Oct 3rd 2018, 08:17 narendravaghela good morning @neon1024
# Oct 3rd 2018, 08:16 neon1024 Morning all
# Oct 3rd 2018, 08:08 narendravaghela And it should output `<link rel="stylesheet" href="/css/style.min.css?v=1.0.7" "integrity" => "sha256-bla-bla-bla"/>`
# Oct 3rd 2018, 08:07 narendravaghela I want to pass `intgrity` attribute like `$this->Html->css('style.min.css`, ['integrity' => 'sha256-bla-bla-bla'])`
# Oct 3rd 2018, 08:06 narendravaghela `$this->Html->css()` does not allow custom attributes, any workarund?
# Oct 3rd 2018, 07:48 prasanna.venkat @admad thanks I will try blacklisting
# Oct 3rd 2018, 07:48 admad @feldmarv I might be able to help you if you heed my advice :slightly_smiling_face:
# Oct 3rd 2018, 07:47 admad jwt can't be destroyed, they can only expire. You could blacklist them but you will have to implement that yourself.