Skip to content
#

plugins

Here are 1,465 public repositories matching this topic...

Seadragon91
Seadragon91 commented May 1, 2020

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

joshdcuneo
joshdcuneo commented Dec 31, 2018

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
EnderDev
EnderDev commented Aug 22, 2019

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

chasenlehara
chasenlehara commented Sep 3, 2019

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?

dmitry-timofeev
dmitry-timofeev commented Mar 4, 2019

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):

  1. When extensions are instantiated (When the plugin is loaded/started? When explicitly requested)? (see #232)
  2. In which plugin states is it OK to call this method? (In any? In loaded/started only? What hap
LarsDenBakker
LarsDenBakker commented Apr 23, 2020
  • 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

eximius313
eximius313 commented Aug 30, 2016

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?

  1. What is the purpose of AuthProvider and it's elements and how to use it?
  2. What is the workflow (how AbstractUserService plays with Resolver, AuthProvider, AuthUser and AbstractDeadboltHandler)?

Thank you in advance

dignajar
dignajar commented Feb 23, 2019

Here you can request what do you like to have in the documentation.

Feel free to create a pull request with How To in the GitHub repository for documentation.

marc-weber1
marc-weber1 commented Mar 6, 2020

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

jonahgraham
jonahgraham commented Jan 9, 2020

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

Improve this page

Add a description, image, and links to the plugins topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plugins topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.