Tal500
Tal500
Duplicate of #394, though outdated
Looks awesome! Any update on this?
> Please consider the httpgd viewer option. Or one may find it is useful to edit settings in `.vscode-R/settings.json` This option is a possibility, but it's not comfortable in my...
Hi @Nico-Mayer! It will be very cool, but you need to implement correctly and carefully, and there are things that needed to be done before in my opinion. However, I'd...
BTW now I think that there should be two ways to specify the min/max/snap - by pixels or/and by percentages, **simultaneously**! I suggest to have them accept some types: ```ts...
More about it: To support the pixels, there should be a function `reportResize()` or something that the user should invoke whenever the size of the container gets changed (and should...
> Hi @Nico-Mayer, could you provide more details about the need to support pixel sizing rather than % sizing? > > In my apps, I usually need pixel sizing for...
After some thinking, this feature is possible to implement, just need to be very careful and implement it slowly, I believe after the a11y feature (we might release both of...
I should also mention that the user should call a function like `report_container_resize()`, every time the container (might) be changed, so Splitpanes will convert PX to the updated prec amount....
> I am thinking HTML/CSS, and it doesn't have this capability. Let's try simple.. then we can make it feature perfect. I can't see everything you sent for now, but...