simongiesen
simongiesen
Hi everybody! I need to explain something, Mohsen... Well, this is open source. It means a take and a give. We work as a community. Most of us - at...
> Hi there, what version are you using? Does the issue reproduce with `5.0.0-rc.2`? yes
First of all Delete AudioKit manually and ensure that all files has been erased from your storage. To add AudioKit to your Xcode project, select File -> Swift Packages ->...
PS: My sample data is ``` var tasks = [ { id: '112240117000', name: 'TA903A FE', start: '2024-02-01', end: '2024-02-10', progress: 20 }, { id: '050240111000', name: 'AA745 254µm unpoliert...
would be great! Still missing this feature, anybody else?
I've added this feature. Will share it as soon as possible.
``` make_grid_highlights() { // highlight today's date if (this.view_is(VIEW_MODE.DAY) || this.view_is(VIEW_MODE.MONTH)) { const x = date_utils.diff(date_utils.today(), this.gantt_start, 'hour') / this.options.step * this.options.column_width; const y = 0; const width = this.view_is(VIEW_MODE.DAY)...
it turns out that localization can be applied via CSS: ``` .ql-snow .ql-tooltip::before { content: "URL besuchen:" !important; } .ql-snow .ql-tooltip input[type=text]::placeholder { content: "https://www.beispiel.de"; } .ql-snow .ql-tooltip a.ql-action::after {...
Hi! Thanks a lot for your reply! The Chat View is starting now but it crashes every time I try to import media or to start the camera ...