toolkit
Here are 860 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
May 15, 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
support high contrast light and high contrast dark
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
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
May 14, 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
-
Updated
May 14, 2020 - TypeScript
Issue description:
I copy/pasted the add_config
code on https://kirki.org/docs/arguments/option_name and it resulted in an error.
// Use serialized options under "my_option".
// Settings will be accessed from "my_option['my_setting']".
Kirki::add_config( 'my_config', [
'option_type' => 'option',
'option_name' => 'my_option'
];
The closing parenthesis )
is missing.
-
Updated
May 4, 2020 - C
-
Updated
Dec 11, 2019 - HTML
-
Updated
May 16, 2020 - TypeScript
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 31, 2019 - JavaScript
-
Updated
May 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
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.