Evan Krause

Results 24 comments of Evan Krause

We may look into supporting this more natively, but for now you can always adjust your [stylesheet.less.](https://flight-manual.atom.io/using-atom/sections/basic-customization/#style-tweaks) This might be a good starting point for what you're looking for: ```...

Generally the "happy path" for the stack workflow is to land patches in the order they're submitted (Not necessarily all at once). As you noted, since later patches depend on...

@jqphu after submitting multiple commits with `sl pr`, Sapling creates overlapping Pull Requests. The last PR in the stack contains all the commits in the stack. Merging this PR from...

Sorry for the delay on responding to this! Am I understanding correctly that you have an existing git repository clone which you then run `sl init` inside of to make...

Thanks for the feedback! [We do have infra for this](https://github.com/facebook/sapling/blob/main/addons/isl/src/ImageUpload.tsx), but [github's file upload isn't an API we can use](https://github.com/facebook/sapling/blob/main/addons/isl/src/ImageUpload.tsx). You're right that we could instead use some other CDN...

Hmm, I see what you mean. I guess I would have expected merging the commit to change the creation time. However, I suspect we're just using the date we get...

I think we would probably want to accomplish this by using `sl config ui.username` as the source of this info, instead of `os.userInfo().username`. This is probably not a high priority...

This would indeed be nice! I agree the setup is a little wonky, since internally we base all this info off of the diff's description. I think we'd probably need...

yeah if I'm understanding correctly this is the intended view of commits, as long as local changes you make show up and local commits you make show up, then it's...

Thanks for all this great feedback! Each of these are indeed features/fixes we plan on adding. Splitting is probably the furthest away, since it requires a whole UX, but we...