Dmitriy

Results 22 comments of Dmitriy

I'm seeing a type error with the `managed::PoolInner::semaphore` field though (https://github.com/bikeshedder/deadpool/blob/master/src/managed/mod.rs#L461): ``` the type `UnsafeCell` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind...

@apstndb thank you for that. I was able to figure out to use `appengine.Main`. Googlers maintaining this project: I suggest that the [docs here](https://cloud.google.com/appengine/docs/standard/go111/go-differences), which show [this example](https://github.com/GoogleCloudPlatform/golang-samples/blob/master/appengine/go11x/helloworld/helloworld.go), are changed...

Hi @sbuss Are you speaking for Google there? Or is that something you were told or read somewhere? Honest question.

@rhymoid do you think this ambiguity would be solved by specifying that seconds and nanoseconds count from the Epoch, as defined in Unix (POSIX) time? I think actually your concern...

@ludocode allow me to quote your comment above: > Every new type increases the size and complexity and reduces the speed of decoders, increasing the potential for bugs and the...

I wouldn't want fractions or the proposed big integers to be part of the MessagePack spec. The spec should be as minimalistic as possible—and saying that certain extensions are optional...

@konsolebox I'm not actually suggesting to add a UUID type. (The only reason I'd downplay the importance of "generality" here would be because UUIDs are probably _much more commonly_ used...

> @dchenk Due to the upcoming v5 release, the `PrimeReact` PR will need some work due to all of the breaking changes. I am willing to work with you to...

Perhaps this can help: I ran into a possibly related issue using Next.js where I set things up so that the server does _not_ initialize a new client for each...

Microsoft Word has a wonderful equation editor, which typesets mathematical and scientific symbols beautifully. But it looks good only with Cambria, because other fonts lack the necessary characters. It'd be...