maxd
maxd
@pjdavis I want to clarify, will you fix compatibility with ruby 2 or not?
@dchester Could you please verify this PR and comment your opinion about it? I think this is very useful feature.
Could you please explain why and how do you want to change screen resolution?
The error appear in line [140](https://github.com/Semantic-Org/Semantic-UI-Rails-LESS/blob/a0c28127a1971937ae772060d59e5b5ccdadbcbb/tasks/update.rake#L140): ``` tasks/update.rake:140:in `block in patch_theme_config' ``` here we see the following code: ``` must_be_changed(content) { |c| c.gsub(%q{@import "theme.less";}, %q{@import "semantic_ui/theme.less";}) } ``` As you...
@FibreFoX JDK 9 is transitive release with [short term of life](http://www.oracle.com/technetwork/java/eol-135779.html) and looks like JDK 10 will be released this month (see [schedule dates](http://openjdk.java.net/projects/jdk/10/)). So, how about close this issue...
Looks like `TMC2209-V1.2-manual.pdf` contains right settings. Here is MS1/MS2 settings from [TMC2208 datasheet](https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC220x_TMC2224_datasheet_Rev1.09.pdf): and here is from [TMC2209 datasheet](https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2209_Datasheet_V103.pdf): As you can see they have different settings for MS1/MS2 and...
This problem can be related to missing permissions in some directories in the `/var/www/raw-rails-for-tests/config/environment` path. In my case the Nginx was run under the `nobody` user and the `/rails/config` directory...
@exelban The `temperature` function is responsible for converting and formatting. I can't use it here because I only need the `converting` part. I suppose there are no ways to solve...
Here are the values of `value` variable from `Modules/GPU/popup.swift#update` method (in `master` branch pointing to fc4ed263c576df3dc7c8dd184c026982ec66d205 commit): and values in GPU charts at this moment: As you can see the...
> hmm, looks similar to #1984 Yes, this is the same problem. > please check the master, maybe it's fixes that problem too. My previous tests were on the `master`...