Skip to content
#

toolkit

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

ViggoV
ViggoV commented Nov 21, 2019

Environment

  • Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
  • Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108

Question

Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c

TimUntersberger
TimUntersberger commented Mar 1, 2021

Right now any StyleSheet has a list of functions without a default implementation. Implementing a StyleSheet is really annoying, because you have to override all of the functions and not just the thing you want to change.

I recently wanted to just change the border_radius of a text_input and I had to write the following code.

impl StyleSheet for Styles {
    fn active(&self) ->
inteldon
inteldon commented Sep 8, 2020

Just gave VulcanJS a try after using Meteor for a while. I'm getting the following error:

`
Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
meteor://💻app/packages/vulcan_lib.js:422
if (error) throw error; // eslint-disable-next-line no-console
^

[Error:

DearPyGui
hoffstadt
hoffstadt commented Aug 9, 2021

PLEASE ONLY DO A SINGLE WIDGET/FILE PER PULL REQUEST.

If you want to work on this, comment here and we will put your name next to the widgets you are working on. Just comment between 1 and 3 you think you can tackle within a day or 2. Look at already completed ones for a better idea.

Background

In order to start moving the backend system towards a more "component" based system, we are wo

klicpjan
klicpjan commented Apr 29, 2021

Describe the Bug

When adding a first participant/pool into the model, the ID of the process element does not change. If I undo this action, the participant gets removed and the ID of the process still stays the same as expected. However, when I redo this undo (re-add the participant), the id of the process is different this time.
Note: note sure if this is also a bug, but when I remove th

JuanSeBestia
JuanSeBestia commented Nov 13, 2018

Feature Request

I want to obtain the evaluation of different datasets of a single job
lumi eval -h && lumi eval -c config_ssd.yml --split valid --split train --split test --watch --from-global-step 0

I understand that it is not so trivial because it was being kept as a summary of work scalars like this
![image](https://user-images.githubusercontent.com/7362688/48442210-8be6d080-e75b

Improve this page

Add a description, image, and links to the toolkit 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 toolkit topic, visit your repo's landing page and select "manage topics."

Learn more