Oussama Ben Ghorbel

Results 5 issues of Oussama Ben Ghorbel

I'm failing to build cpprest on my **elementary OS**. `g++ -v` > gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11) `dpkg -s libboost-dev | grep 'Version'` > Version: 1.58.0.1ubuntu1 `dpkg -s cmake...

Hello, I discovered this new crate recently, I couldn't find no examples online nor on this repository on how to work with images. A minimalist example that creates an opencl...

enhancement

**Description:** Adding a maximum surge size parameter to the stanza/fileconsumer reader. The primary goal is to prevent lagging behind a log file whose most recent entries have grown beyond the...

receiver/filelog
pkg/stanza

I have an CustomViewer that has a CustomTileSource which accepts the hight and width as the level 0 dimensions (highest resolution): ``` export class CustomTileSource extends OpenSeadragon.TileSource { /** *...

question

Hello question (could not label the issue), My goal is to get the url template without the host and port. > Given: https://{{host}}:{{port}}/v1/api/resource/{id}} > Wanted: /v1/api/resource/{id} Today, this can be...