Benjamin Knofe

Results 12 issues of Benjamin Knofe

Hi @alecjacobson, Thanks for making this thing! It helped me a lot. I want to contribute to your repo and add some missing PDFs. Can you provide me with more...

Hey @pottava , It seems this repo is inactive and there are a lot of awesome PRs lined up. I am happy to help out! Let me know what you...

since they are others with GHOST

bug

this line https://github.com/underdoeg/ofxFenster/blob/master/libs/ghost/include/GHOST_IWindow.h#L131 causes warnings like this: ``` ../openFrameworks/addons/ofxFenster/libs/ghost/include/GHOST_IWindow.h: In member function ‘virtual GHOST_TSuccess GHOST_IWindow::setWindowOnTop(bool)’: ../openFrameworks/addons/ofxFenster/libs/ghost/include/GHOST_IWindow.h:131:59: warning: no return statement in function returning non-void ``` can we add just a...

add a switch if the user can resize/move windows or not

feature

maybe its better we should only fire up an GHOST_kEventWindowClose in ofxFensterManager::deleteFenster. needs more research on this

feature
bug

**Is your feature request related to a problem? Please describe.** Checkly agent is great but it is a lot of manual work to get it up and running in my...

enhancement
feature request
integrations
checkly Agent
canny

``` content_type.fields.create(name: "Layout", id: "layout", type: "Symbol") => #works content_type.fields.create("name"=>"Layout", "id"=>"layout", "type"=>"Symbol") => # ```

``` contentful-importer --help ``` states the following option: ``` --verbose Show more debugging information ``` For `--verbose` I expect to get more detail whats going on, currently nothing changes in...

hi! while I was playing around with the importer and other ruby stuff, I ran into the following error when I was trying to start the importer: ``` /Users/ben/.rbenv/versions/2.3.0/lib/ruby/2.3.0/rubygems/specification.rb:2274:in `check_version_conflict':...