toolkit
Here are 898 public repositories matching this topic...
Environment
- Package version(s):
@blueprintjs/core ^3.22.3 - Browser and OS versions: Mac OS X Chrome 79.0.3945.88
If possible, link to a minimal repro (fork this code sandbox):
Steps to reproduce
Spotted this while building a <ControlGroup> that contained buttons, selects, and some dividers.
`
Hi,
It seems like the HTTP Assert package does not allow me to specify a body to pass in a POST request for example. Looking at the HTTPBody() function, the body argument is set to nil:
req, err := http.NewRequest(method, url+"?"+values.Encode(), nil)
Is this by design, or am I looking at a missing feature?
Cheers,
-
Updated
Jul 16, 2020 - Java
Pluralize has unexpected results, it can't be used safely in code. It is only relevant for UI features.
Example: latin words, "schema" => "schemata", "datum => data", plural word are kept plural etc.
Adding an "s" blindly is more efficient though semantically incorrect sometimes. Better, allowing user to provide it's own names for resolver.
Image Zoom & Pan
I've searched here and Zulip and couldn't find any relevant discussion.
Are there plans to implement a widget to allow zooming in on an Image (past the dimensions of the parent element / application window) and panning?
I like your project a lot. I've been using it for a couple of months now. Just the demo folder never felt natural for me.
Simplify the project by integrating storybook instead of the demo folder.
then users can create documentation of their components.
I think it will benefit all library authors for React/Preact/ vue/ even javascript.
[Storybook](https://git
Typed events are not allowed inside sub-processes. Cf. camunda/camunda-modeler#498.
We should support untyped start events in a similar way as we support non-interrupting start events in event-based sub-processes:

Tasks
- Disallow morph
support high contrast light and high contrast dark
Tabular data?
Does gui.cs handle tabular data?
- Auto sizing columns?
- line breaks within columns
- truncate column content?
- scroll the table if needed
and so on?
Anything like this or something similar?
-
Updated
Jan 7, 2020 - Python
It would be really cool to have a section below in the readme to showcase projects built with RAN, or at least maybe somewhere where people can add links to their projects that they've built with this framework! (SUGGESTION)
-
Updated
Jul 8, 2020 - Ruby
The memtrace* sample clients use drutil_expand_rep_string, but the instrace* ones do not. This can confuse users: https://groups.google.com/g/dynamorio-users/c/HR4pX6lwP_I
Issue description:
I'm trying to change section to custom_logo, to make it appear not under its standard section, but under my section created with kirki, in a custom panel.
The Custom Logo disappears from its normal section, but is not displayed in the new section.
Version used:
Versione 3.1.0, integrated into the theme
Using theme_mods or options?
Yes, custom_logo
-
Updated
Jun 19, 2020 - C
I love graphql-compose framework. We used it in an application using Mongo and our server code is very simple using this.
For a host or reasons, we are moving to SQL (RDBMS), so we want to use sequelize. Are there resources on developing a custom plugin or are there plans to add support to sequelize. If there is an existing effort, I would love to help as well.
I don't want to miss graphql-
-
Updated
Dec 11, 2019 - HTML
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jul 15, 2020 - Go
filterIndexed
Is your feature request related to a problem? Please describe.
R.filter doesn't expose index to the predicate function. Let's create a function that does and call it filterIndexed.
Describe the solution you'd like
filterIndexed((v, idx) => idx === 0, [1, 2, 3); // => [1]Possible implementation
const filterIndexed = R.addInd-
Updated
Jun 21, 2020 - Go
Improve this page
Add a description, image, and links to the toolkit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the toolkit topic, visit your repo's landing page and select "manage topics."


Some changes have been made to the main Readme (which appears when landing on the github webpage) and the FAQ. This is a post to notify people, gather some interest and suggestions.
Thanks to @ker0chan for her help on the Readme (lots more feedback that I haven't processed yet) and @ButternCream for his help working on the FAQ.