dependency
Here are 347 public repositories matching this topic...
-
Updated
Apr 22, 2020 - C#
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Jun 15, 2020 - Python
title might be wrong, here's what I'm doing
@singleton()
export default class StripeConnectionTokenResolversFactory extends AbstractResolversFactory {@registry([
{ token: InjectToken.GraphFieldResolvers, useToken: StripeConnectionTokenResolversFactory },
{ token: InjectToken.ApolloProvider, useClass: ApolloProvider },
{ token: InjectToken.ContentfulProvider, use-
Updated
Aug 10, 2018 - JavaScript
before-sort event?
I have a list of collapsible items and would like to minimize them before sorting starts, due to issues related to #32. Is there something like before-sort event or some other hook I can use? Thanks.
There is a ton of documentation here and that's great, however, the first introduction to this tool is overwhelming and should be simplified. You may want to move some of the more stable documentation to the Wiki and reference it from the ReadMe.
So, apparently we need these helpers (quite like polyfills) to target platforms, which don't have some of the newer features yet (like async/await). Ok.
However, if I target es2017, es2018 (or es2025 when it comes), tsc will produce code that doesn't need to rely on these helpers, and there's no need for this lib?
Would it make sense to document which helpers are required on whic
The options should_remove_source_branch and merge_when_pipeline_succeeds are parsed from the configfile.
https://github.com/pyupio/pyup/blob/8178ca204ebbac71d94198e8a4ef89e828ef0908/pyup/config.py#L163
I can’t find anything about them (or any gitlab-specific config-options) in the documentation.
-
Updated
Jun 15, 2020 - CMake
when using this plugin, composer installs the vendors into additional folders.
would be great to have a copy & paste'table example on how to cache this dependencies within a Github Action run.
something along the lines of https://github.com/shivammathur/setup-php#cache-composer-dependencies but adjusted for the composer-bin-plugin use-case
-
Updated
Feb 25, 2020 - Python
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
Jun 8, 2020 - Inno Setup
We don't need to transpile certain babel env plugins that are disabled by the user in their Babel env settings.
We could sniff this from user's Babel config.
Or at least provide an option here to manually override considering certain babel env plugins from consideration for transpiling.
-
Updated
May 15, 2020 - Go
-
Updated
Dec 24, 2019 - C#
-
Updated
Jan 25, 2020 - TypeScript
-
Updated
Dec 2, 2019 - Python
The print action produces blank print preview in iPad. If printed, it just prints blank screen. I tried it even with a simple text eg "Hello World" inside print section but it produces the same issue. Other than iPad, it works in all other devices, please help.
Sample code:
Print
CompatHelper can open many PRs and push all non-CompatHelper related PRs off the first page of a project's PR list. It would be great if CompatHelper labeled its auto-generated PRs with a CompatHelper label so it is easy to filter out these PRs with a simple -label:compathelper argument to the PR search.
Add integration test
We want to test the full cycle with an running mobile app (which gets tested) within a sim.
-
Updated
Mar 15, 2018 - Hy
It would be useful to have all those events in ClosureEvents:
EVENT_PLAYER_UNIT_SPELL_CHANNEL
EVENT_PLAYER_UNIT_SPELL_CAST
EVENT_PLAYER_UNIT_SPELL_EFFECT
EVENT_PLAYER_UNIT_SPELL_FINISH
EVENT_PLAYER_UNIT_SPELL_ENDCAST
Issue is that onCast is used for the EVENT_PLAYER_UNIT_SPELL_EFFECT event so we would have to find different names. After a conversation with @Frotty we came up with (in order
Add a documentation section on readme.md about included interface-prototype and how it's allowing us to implement the interface abstraction in javascript.
-
Updated
May 14, 2020 - PHP
-
Updated
Jan 12, 2016 - JavaScript
Improve this page
Add a description, image, and links to the dependency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependency topic, visit your repo's landing page and select "manage topics."
React has moved the mixins content to this link instead https://reactjs.org/docs/react-without-es6.html#mixins.
Should we update it to the new one instead.