Carsten Seeger

Results 50 comments of Carsten Seeger

@hnvn maybe switching to a different library could make sense here?

Hm not sure, if in the long term it is easier to maintain since the library is better maintained it may make thinks easier in the long run and brings...

hi @coggsflod, thank you for your pull request. Your PR is the first one for v2 api requests. can you use v1 and v2 mixed together? Otherwise having a v2...

**I have two questions:** Currently there are v1 attachment endpoints implemented e.g: https://github.com/Virtomize/confluence-go-api/blob/5eab0c450474651e106f40da0af1e833deec9318/content.go#L248 as well as: https://github.com/Virtomize/confluence-go-api/blob/5eab0c450474651e106f40da0af1e833deec9318/content.go#L373 https://github.com/Virtomize/confluence-go-api/blob/5eab0c450474651e106f40da0af1e833deec9318/content.go#L382 GetAttachmentById replaces the first one, do you know if the other two...

I would also recommend to make a folder for v2 and put the implementation for v2 there

also created a [discussion](https://github.com/Virtomize/confluence-go-api/discussions/62) for v2 Migration, always happy about a short review and some feedback.

Same issue here! Sample code that uses PictureRecorder to generate a png from canvas ``` ui.PictureRecorder recorder = ui.PictureRecorder(); Canvas canvas = Canvas(recorder); Size exportSize = Size.square(size); paint!.painter!.paint(canvas, exportSize); ui.Image...

Same issue here ``` final Directory sysTemp = Directory.systemTemp; final Directory dir = sysTemp.createTempSync(); final String filename = 'my.bkp'; final File temp = File('${dir.path}/$filename'); temp.writeAsBytesSync(utf8.encode(jsonEncode(backup))); final XFile xfile = XFile(temp.path);...

any chance to get this feature into main?