promises
Here are 746 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
May 16, 2020 - JavaScript
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:
 => 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
-
Updated
May 9, 2020 - JavaScript
-
Updated
Oct 31, 2018 - HTML
-
Updated
Feb 18, 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.
If people are going to use onevent props we should probably have them typed to prevent no implicit any errors. Maybe we can take the typings from Preact or something similar? My one concern is that intrinsic elements are already sorta loosely typed (data-attrs can be of type any), and I don’t really see the value of typing intr
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
Jan 17, 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
Mar 5, 2020 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Apr 23, 2020 - C#
-
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
-
Updated
May 17, 2020 - Swift
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: