Sid Kapur

Results 18 issues of Sid Kapur

When I send a message that is too long for one line, hangups only displays the first line of my text. Interestingly, when someone else sends another message, the window...

type-bug
component-ui

This suggestion will probably be controversial, but here goes... I kind of like Web Hangouts's feature where it groups multiple messages sent from the same person into one block, instead...

type-enhancement
component-ui

When I send a message in hangups, it takes about half a second for the message to show up in the list of messages. I'm assuming this lag happens because...

type-enhancement
component-ui

When I use the example config, I get the error: ``` Oct 28 21:01:37 nixos yabar[5973]: No type is defined for block: ya_volume. Skipping this block... Oct 28 21:01:37 nixos...

I have code that looks roughly like: ```js const [popup, setPopup] = setState(null) return ( {popup && popup text {popup.features[0].properties} } ) ``` This mostly works; when I click on...

Would it be possible to have an option to use wdiff (or a similar word-diffing library) instead of standard diff (line diff) in the diff buffer? Wdiff usually makes more...

feature

I'm interested in using cloudpathlib in my project, but I'm currently not able to because of the following error: ``` [file in my project]:8:1: error: Skipping analyzing "cloudpathlib": module is...

enhancement
good first issue

Would it be possible to make tut only recompile files that have changed?

Is there a chance we could loosen the matplotlib requirement for this project? It's currently requiring `matplotlib==3.1.1`; I'm wondering if something more flexible, like `matploblib>=3,

Is it possible to do something like the following? ```pug link(href=require("./index.css")) ```