Saint Asky

Results 13 issues of Saint Asky

Hi, I follow the example of using a custom component. But I also want to use tailwind css in this component. Since destack already imported tailwind css, how can I...

question

需求:元素较多时,柱状图柱子空间不够,需要有个滚动条。查看了案例只看到缩略轴的,没有找到滚动条的api。 请问如何实现这个效果,谢谢! 效果展示:https://antv-g2plot.gitee.io/zh/examples/column/basic#column-scrollbar

enhancement

目前鼠标左键按下想要选定区域进行删除操作时会移动画布,请问API中有框选或多元素选择吗?谢谢!

## Checklist - [x] I am using the current [`master`](https://github.com/pypsa/pypsa/tree/master) branch or the latest [release](https://github.com/pypsa/pypsa/releases). Please indicate: ## Describe the Bug *Please provide a description of what the bug is...

bug
wontfix

Hi, I've tried the field `marginal_cost_quadratic` and seems does not affect the objective value. I assume the `marginal_cost_quadratic` turns the cost into `a*p^2 + b*p`, and if I randomly add...

bug

In some cases, when solving a certain MIP problem, the solver may become slow. If the solver is called through an API request, it is not possible to directly stop...

Previously, the code only have `must_stay_up_too_long`, doesn't have `must_stay_down_too_long`, which may occur index out of bound error when total calculation snapshots length + down_time_before < min_down_time. Closes # (if applicable)....

My model `paper` looks like this. ``` schema "papers" do field :title, :string field :file, Exfile.Ecto.File field :content_type, :string field :filename, :string belongs_to :topic, Confer.Topic belongs_to :user, Confer.User has_many :reviews,...

bug

``` # URI http://localhost:4000/attachments/f_LMR2YRJf7VRSrYEuKSmIYP0SXDilBiesY7lbhJqWY=/store/d907666bb877f897119308dfaa65cb96a6f827f6e089cb498bf7290548da/PID1-CID1 ``` works fine. But when add `.pdf` or other file extensions ``` # URI http://localhost:4000/attachments/TpZXUPYiDwdC5B3S75Ju9aF1pFPM3iby8sHGE6X_ngE=/store/d907666bb877f897119308dfaa65cb96a6f827f6e089cb498bf7290548da/PID1-CID1.pdf ``` It shows ``` processing using convert failed with reason no_processor...

bug