promises
Here are 773 public repositories matching this topic...
-
Updated
Apr 19, 2020
Hey,
Has any thought been given to supporting phpstan/psalm generics e.g.
class Foo
{
/**
* @return Promise<MyDomainThing>
*/
public function wait(): Promise { // ... }
}Otherewise, what's the best way to document a Promise that's compatible with SA tools?
Psalm has some stubs for Amp: https://github.com/vimeo/psalm/blob/master/src/Psalm/Internal/S
-
Updated
Jul 8, 2020 - JavaScript
ZTransducer is an effectful chunk processing function, and thus forms an arrow. We should add the following combinators on it:
- zipping:
(ZTransducer[A, B], ZTransducer[A, C]) => ZTransducer[A, (B, C)] -
racing:looks problematic to implement currently(ZTransducer[A, B], ZTransducer[A, C]) => ZTransducer[A, Either[B, C]] - both: `(ZTransducer[A, C], ZTransducer[B, D]) => ZTr
The navigation in the documentation is currently showing a horizontal scrollbar and isn't full-height.
I'm not sure if it's supposed to be full-height, but I think the horizontal scrollbar should be an easy fix by just making it slightly wider ;)
Here's a screenshot to show what I mean:
, and I don’t really see the value of typing intr
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Oct 31, 2018 - HTML
-
Updated
May 23, 2020 - Swift
https://github.com/malcommac/Hydra/blob/d12500aaf1685b338231f03cdfa49c4aa01858a3/README.md
in README.md, retry is written twice in line 20.It is good to match because the order is different from Index.
https://github.com/malcommac/Hydra/blob/d12500aaf1685b338231f03cdfa49c4aa01858a3/README.md#all-features
There is no retry in All Feature.
The build section should talk about contrib. The contributing section should cover:
- Differences between npm version and github version.
- Process for building (or should that be in build) and running tests.
- Contribution guidelines.
-
Updated
Jul 28, 2017 - JavaScript
Would be nice to have TypeScript type definitions bundled in this package. The types should be strict and should be generic so it preserves the original function type.
The type defini
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Feb 21, 2020 - TypeScript
-
Updated
Oct 27, 2019 - JavaScript
Add 'Best Practices For Package Developers using Futures' vignette with instructions on, for instance,
-
How to test code, e.g. run tests with
plan(sequential)andplan(multisession)and don't assume thatplan(multicore)is available. -
Make sure to shut down PSOCK clusters at the end of examples and package tests, i.e. call
plan(sequential)at the end (e.g. #327) -
Avoid setti
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Jul 10, 2020 - Swift
-
Updated
Jun 20, 2020 - C#
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Mar 28, 2018 - JavaScript
Placeholder for retiring the dedicated sift.js library.
Description:
sift.js was originally written to provide a centralized location for hardware filtering:
- MAC Address filtering
- Raw printer filtering
- Process USB output to human readable formats
Justification
Although sift.js is still used as part of QZ Tray (since 2.1), it doesn't get enough changes to make sense a
From https://discuss.ocaml.org/t/lwt-how-to-catch-exceptions-raised-by-signal-handlers/565:
open Lwt.Infix let () = Lwt_unix.on_signal Sys.sigint (fun _ -> failwith "Caught SIGINT") |> ignore; let p = Lwt.finalize (fun () -> Lwt_unix.sleep 2. >>= fun () -> raise Pervasives.Exit) (fun () -
-
Updated
Apr 26, 2019 - Swift
-
Updated
Jun 4, 2017 - JavaScript
-
Updated
Feb 5, 2016 - JavaScript
Improve this page
Add a description, image, and links to the promises topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the promises topic, visit your repo's landing page and select "manage topics."
There's a blurb at the end of the Appendix document that reads: