plugins
Here are 1,465 public repositories matching this topic...
Client version: 1.12.2
Actual behavior
I found out that you can attack mobs/players that are normally out of reach.
Steps to reproduce the behavior
I tested a client named wurst and there exists a mode named freecam. That allows you to go around like a ghost and with it you can attack mobs/players.
The problem is that there is no range check in:
https://github.com/cuberite/cube
Griddle version
1.13.1
Expected Behavior
Custom filter component is passed onChange props to set filter as described in this example.
Actual Behavior
Custom filter component is passed setFilter props instead.
Steps to reproduce
Implement this example code using Griddle 1.13.1
class Filter extends Componen
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
-
Updated
Jun 27, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
I'm running on Linux, and it would be cool if you could have an option in the settings to toggle the default desktop environment title bar, or hide it and use the general controls.
Describe the solution you'd like
^
Describe alternatives you've considered
n/a
Additional context
With title bar from desktop e
I was expecting this configuration to work in can-route
:
steal = {
paths: {
'src/routedata': 'src/routedata-definemap.js'
}
};
Instead, I had to include can-route
in the mapping:
steal = {
paths: {
'can-route/src/routedata': 'src/routedata-definemap.js'
}
};
Is this expected? If so, can some more documentation around this be added?
-
Updated
Jul 3, 2017 - Objective-C
-
Updated
Mar 26, 2020 - Vim script
It would be nice if org.pf4j.PluginManager#getExtensions
had API documentation.
Some things that might be useful to know (or know that they are unspecified, or implementation defined):
- When extensions are instantiated (When the plugin is loaded/started? When explicitly requested)? (see #232)
- In which plugin states is it OK to call this method? (In any? In loaded/started only? What hap
-
Updated
May 21, 2020 - JavaScript
-
Updated
Jul 5, 2020
-
Updated
Oct 29, 2019 - Java
- Rollup Plugin Version: v5
Feature Use Case
When using the new babel .generated
option, we lose the ability to deduplicate babel helpers. They're duplicated in each chunk. This really adds up, especially when compiling to es5. It would be useful to deduplicate these helpers, even when using .generated.
Feature Proposal
I created a babel + rollup plugin which adds imports for b
[Doc] Update doc
Hi,
Could you please update documentation about:
1)What
com.feth.play.module.pa.controllers.Authenticate.noCache(response());
is, why and where should I use it?
- What is the purpose of
AuthProvider
and it's elements and how to use it? - What is the workflow (how AbstractUserService plays with Resolver, AuthProvider, AuthUser and AbstractDeadboltHandler)?
Thank you in advance
-
Updated
Jul 5, 2020 - C#
Here you can request what do you like to have in the documentation.
- API. How to embed a blog on the website via the API.
- API. Examples with PHP Curl.
- API. Examples with fetch. https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
Feel free to create a pull request with How To
in the GitHub repository for documentation.
-
Updated
Jul 7, 2020 - C++
It would be nice to have the documentation hosted online somewhere. Having to download the SDK to view it is inconvenient.
I'm having a little bit of trouble reverse engineering the structure of a default plugin; i.e., which classes are held as instances of which classes, which classes are communicating, is IGraphics an instance contained within an IGEditorDelegate, how do the graphics editor delegate and the DSP "editor delegate" communicate, etc. My friends who have tried using IPlug generally have the same experien
-
Updated
Apr 2, 2020 - JavaScript
There are a number of items that need to be done to the code base to prepare it for the legal review. Some of these items may be deferred until after legal review
- Update to EPLv2
- Naming Conventions followed
- Provider information is set to the project’s formal name:
- Create CQs for dependencies aka third-party content
- All source files include a copyright and licen
It is possible to specify a function for webpack output filename.
https://webpack.js.org/configuration/output/#output-filename
Unfortunately this does not work with the ScssConfigWebpackPlugin
because it tries to replace the name directly.
Improve this page
Add a description, image, and links to the plugins topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plugins topic, visit your repo's landing page and select "manage topics."
Bug report